This commit is contained in:
parent a48cc5e02f
commit 0749afd88f
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -31,7 +31,8 @@ clone:
- set -x - set -x
- echo "hi" - echo "hi"
#- git config --global --unset credential.helper #- git config --global --unset credential.helper
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@git.tablet.sh/the-btfash-foundation/tablet.sh.git".insteadOf git@git.tablet.sh:the-btfash-foundation/tablet.sh.git - git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@git.tablet.sh/".insteadOf "git@git.tablet.sh:"
script: script:
- git submodule sync - git submodule sync
- git config --global url."https://gitlab-ci-token:${CI_JOB_TOKEN}@git.tablet.sh/".insteadOf "git@git.tablet.sh:"
- git submodule update --init --recursive - git submodule update --init --recursive