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
tags:
- shell
script:
- cd ${CI_PROJECT_DIR}
- sed -iE -e "s,(https://)(git.tablet.sh),\1pat:\${PAT}@\2," .gitmodules
clone:
stage: clone
tags:
- shell
script:
- cd ${CI_PROJECT_DIR}
- sed -iE -e "s,(https://)(git.tablet.sh),\1pat:\${PAT}@\2," .gitmodules
- git submodule sync
- git submodule update --init --recursive