5
0
Fork 0

commit by to_remotes 2023-09-20 12:57:13 +0200 from vmdevhw

main
Holger Wasem 2023-09-20 12:57:13 +02:00
parent eaf1a270e2
commit cbb7886b89
1 changed files with 4 additions and 4 deletions

View File

@ -24,13 +24,13 @@ function clone_repo_with_retry(){
git clone git@git.service.wiseadvice.eu:wiseadvice_apps/$REPO_NAME.git -b main git clone git@git.service.wiseadvice.eu:wiseadvice_apps/$REPO_NAME.git -b main
else else
echo "Aborting" echo "Aborting"
exit 1 exit 0
fi fi
fi fi
if [ "$?" != "0" ]; then if [ "$?" != "0" ]; then
echo "Aborting" echo "Aborting"
exit 1 exit 0
fi fi
} }
@ -100,7 +100,7 @@ EOT
ln -sf $WA_REPO/cimp_$CLIENT_NAME/k8s $HOME/kubeconfs ln -sf $WA_REPO/cimp_$CLIENT_NAME/k8s $HOME/kubeconfs
else else
echo "Aborting" echo "Aborting"
exit 1 exit 0
fi fi
fi fi
@ -115,7 +115,7 @@ if [ "$ready_to_setup_k8s" = "yes" ]; then
else else
echo "Aborting" echo "Aborting"
exit 1 exit 0
fi fi