This commit is contained in:
parent 522fdefd49
commit 5f70282107
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -33,7 +33,7 @@ clone:
- set -x - set -x
- echo "https://${DEPLOY_USERNAME}:${DEPLOY_TOKEN}@git.tablet.sh/" - echo "https://${DEPLOY_USERNAME}:${DEPLOY_TOKEN}@git.tablet.sh/"
script: script:
- git config --local url."https://deployer:${DEPLOY_TOKEN}@".insteadOf "https://" - git config --local url."https://deployer:${DEPLOY_TOKEN}@git.tablet.sh/the-btfash-foundation/tablet.sh".insteadOf "https://git.tablet.sh/the-btfash-foundation/tablet.sh"
- git submodule sync - git submodule sync
- git config --local url."https://deployer:${DEPLOY_TOKEN}@".insteadOf "https://" - git config --local url."https://deployer:${DEPLOY_TOKEN}@git.tablet.sh/the-btfash-foundation/tablet.sh".insteadOf "https://git.tablet.sh/the-btfash-foundation/tablet.sh"
- git submodule update --init --recursive - git submodule update --init --recursive