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 " "