remove sudo (oops)
This commit is contained in:
parent
6ff0b8b823
commit
6c91643cb9
@ -30,7 +30,7 @@ clone:
|
||||
tags:
|
||||
- shell
|
||||
before_script:
|
||||
- sudo -u gitlab-runner git config --local --list | grep -iE '^url' | xargs -d $'\n' git config --local --unset
|
||||
- git config --local --list | grep -iE '^url' | xargs -d $'\n' git config --local --unset
|
||||
- set -x
|
||||
- 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/"
|
||||
|
Loading…
Reference in New Issue
Block a user