From 957ab3b22d795344af6f3cdaa810bcff75098dbf Mon Sep 17 00:00:00 2001 From: ag Date: Mon, 29 Apr 2024 12:03:04 +0200 Subject: [PATCH] commit by to_remotes 2024-04-29 12:03:04 +0200 from vmdevac --- init.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.sh b/init.sh index 1826e0c..3a58db8 100755 --- a/init.sh +++ b/init.sh @@ -68,6 +68,9 @@ function start_ssh_agent(){ function init_repos(){ + + + if [ -d "$WA_REPO" ]; then echo "$WA_REPO does exist, skipping cloning" source $WA_REPO/export_client_name.sh @@ -97,6 +100,8 @@ function init_repos(){ echo "please upload now pub key by logging into user $CLIENT_NAME keys ..." echo "if user does not exit. login with admin user and create new user with name: $CLIENT_NAME" + echo "make sure the user $CLIENT_NAME is in team shared_deployments and is allowed to pull repository cimp_$CLIENT_NAME" + echo "https://git.service.wiseadvice.eu/user/settings/keys" echo " "