commit by to_remotes 2023-09-20 12:57:13 +0200 from vmdevhw
parent
eaf1a270e2
commit
cbb7886b89
8
init.sh
8
init.sh
|
|
@ -24,13 +24,13 @@ function clone_repo_with_retry(){
|
|||
git clone git@git.service.wiseadvice.eu:wiseadvice_apps/$REPO_NAME.git -b main
|
||||
else
|
||||
echo "Aborting"
|
||||
exit 1
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
if [ "$?" != "0" ]; then
|
||||
echo "Aborting"
|
||||
exit 1
|
||||
exit 0
|
||||
fi
|
||||
}
|
||||
|
||||
|
|
@ -100,7 +100,7 @@ EOT
|
|||
ln -sf $WA_REPO/cimp_$CLIENT_NAME/k8s $HOME/kubeconfs
|
||||
else
|
||||
echo "Aborting"
|
||||
exit 1
|
||||
exit 0
|
||||
fi
|
||||
fi
|
||||
|
||||
|
|
@ -115,7 +115,7 @@ if [ "$ready_to_setup_k8s" = "yes" ]; then
|
|||
|
||||
else
|
||||
echo "Aborting"
|
||||
exit 1
|
||||
exit 0
|
||||
fi
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue