From 3874bcef4bcb2613580f87ddfdebe38ffeab6a9f Mon Sep 17 00:00:00 2001 From: jak1 Date: Sat, 10 Apr 2021 05:48:10 +0000 Subject: another try with token *hides* --- .tools/scripts/init.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.tools/scripts/init.sh b/.tools/scripts/init.sh index 89c044b6..9399c014 100755 --- a/.tools/scripts/init.sh +++ b/.tools/scripts/init.sh @@ -11,8 +11,8 @@ rm ${ERRFILE} if [ "$CI_PROJECT_VISIBILITY" == "private" ]; then - export repo_visible="git@" - echo "using 'git@' to clone repos" + export repo_visible="https://themanworld_evolved:${PRIV_DEPLOYMENT_KEY}" + echo "using 'https://user:token' to clone repos" else export repo_visible="https://" echo "using 'https://' to clone repos" -- cgit v1.2.3-60-g2f50