fix clone stage

This commit is contained in:
parent 0cf6257ac8
commit acf82d2407
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -17,6 +17,7 @@ deploy:
script: script:
- cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH} - cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH}
clone: clone:
stage: clone
script: script:
- cd ${CI_PROJECT_DIR} - cd ${CI_PROJECT_DIR}
- sed -iE -e "s,(https://)(git.tablet.sh),\1pat:\${PAT}@\2," .gitmodules - sed -iE -e "s,(https://)(git.tablet.sh),\1pat:\${PAT}@\2," .gitmodules