From 2fe4b1423de976a411718c4cd415db549c283702 Mon Sep 17 00:00:00 2001 From: Holger Wasem Date: Wed, 20 Sep 2023 12:36:36 +0200 Subject: [PATCH] commit by to_remotes 2023-09-20 12:36:36 +0200 from vmdevhw --- init.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/init.sh b/init.sh index e39955a..c98156d 100755 --- a/init.sh +++ b/init.sh @@ -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