included check of sanity of repository
This commit is contained in:
parent
86139b8e98
commit
74c8358a99
@ -207,6 +207,7 @@ if ! [ -z "$config_filename" ]; then
|
|||||||
if read_config "$config_filename" ; then
|
if read_config "$config_filename" ; then
|
||||||
# set -x
|
# set -x
|
||||||
if clone_customer_repository $customer_repository_path ; then
|
if clone_customer_repository $customer_repository_path ; then
|
||||||
|
check_sanity_of_repository
|
||||||
update
|
update
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user