sighs
This commit is contained in:
parent
5c0c2a7b1d
commit
8e15e780b1
@ -31,7 +31,7 @@ clone:
|
|||||||
- shell
|
- shell
|
||||||
before_script:
|
before_script:
|
||||||
- set -x
|
- set -x
|
||||||
- varia="$(git config --local --list | grep -iE '^url')"
|
- varia=$(git config --local --list | grep -iE '^url')
|
||||||
- "[[ -n $varia ]] && (echo $varia | sed -E 's,=.*$,,gm' | xargs -d $'\n' -I '{}' git config --local --unset '{}')"
|
- "[[ -n $varia ]] && (echo $varia | sed -E 's,=.*$,,gm' | xargs -d $'\n' -I '{}' git config --local --unset '{}')"
|
||||||
- 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:"
|
||||||
##- git config --local submodule.content.url "https://deployer:${DEPLOY_TOKEN}@git.tablet.sh/the-btfash-foundation/tablet.sh"
|
##- git config --local submodule.content.url "https://deployer:${DEPLOY_TOKEN}@git.tablet.sh/the-btfash-foundation/tablet.sh"
|
||||||
|
Loading…
Reference in New Issue
Block a user