fix prestep

This commit is contained in:
parent b3ba70ba25
commit 9bdc40b6c4
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -28,13 +28,14 @@ prestep:
stage: .pre stage: .pre
tags: tags:
- shell - shell
script:
- cd ${CI_PROJECT_DIR}
- sed -iE -e "s,(https://)(git.tablet.sh),\1pat:\${PAT}@\2," .gitmodules
clone: clone:
stage: clone stage: clone
tags: tags:
- shell - shell
script: script:
- cd ${CI_PROJECT_DIR}
- sed -iE -e "s,(https://)(git.tablet.sh),\1pat:\${PAT}@\2," .gitmodules
- git submodule sync - git submodule sync
- git submodule update --init --recursive - git submodule update --init --recursive