5
0
Fork 0

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

main
Holger Wasem 2023-09-20 12:36:36 +02:00
parent c0f6328c6f
commit 2fe4b1423d
1 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,10 @@ function clone_repo_with_retry(){
git clone git@git.service.wiseadvice.eu:wiseadvice_apps/$REPO_NAME.git -b main
if [ "$?" != "0" ]; then
echo " "
echo "Have you checked? "
echo "add deployment user as colaborator to the cimp repo"
echo "and add deployment user to the team shared_deployments"
echo "https://git.service.wiseadvice.eu/org/wiseadvice_apps/teams/shared_deployments"
echo -n "Have you checked? Should we try again? type yes: "
read -r yes_no
if [ "$yes_no" = "yes" ]; then