Added checks:
check_default_route -> exit if no route set check_route_to_repository -> exit if no such route check_for_apism
This commit is contained in:
parent
a8f691741b
commit
9b1549306d
@ -64,6 +64,9 @@ if cd "$WORKING_DIRECTORY"; then
|
||||
|
||||
if read_config
|
||||
then
|
||||
check_default_route
|
||||
check_route_to_repository "185.191.219.134" # git.mimbach.de
|
||||
check_for_apism
|
||||
if clone_customer_repository ${CUSTOMER_REPOSITORY_PATH}
|
||||
then
|
||||
check_sanity_of_repository
|
||||
|
Loading…
Reference in New Issue
Block a user