This commit is contained in:
parent e547d81c70
commit 6ff0b8b823
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -30,6 +30,7 @@ clone:
tags: tags:
- shell - shell
before_script: before_script:
- sudo -u gitlab-runner git config --local --list | grep -iE '^url' | xargs -d $'\n' git config --local --unset
- set -x - set -x
- git config --local url."https://deployer:${DEPLOY_TOKEN}@git.tablet.sh/".insteadOf "git@git.tablet.sh:" - git config --local url."https://deployer:${DEPLOY_TOKEN}@git.tablet.sh/".insteadOf "git@git.tablet.sh:"
- echo "https://${DEPLOY_USERNAME}:${DEPLOY_TOKEN}@git.tablet.sh/" - echo "https://${DEPLOY_USERNAME}:${DEPLOY_TOKEN}@git.tablet.sh/"