diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1afc0d8..f9c3556 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,7 @@ clone: - shell before_script: - set -x - - echo "hi" + - echo "https://${DEPLOY_USERNAME}:${DEPLOY_TOKEN}@git.tablet.sh/" script: - git config --global url."https://${DEPLOY_USERNAME}:${DEPLOY_TOKEN}@git.tablet.sh/".insteadOf "git@git.tablet.sh:" - git submodule sync