add username

This commit is contained in:
parent 14da87fc00
commit 5fe022969a
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -31,7 +31,7 @@ prestep:
script: script:
- set -x - set -x
- cd ${CI_PROJECT_DIR} - cd ${CI_PROJECT_DIR}
- sed -E "s,(https://)(git.tablet.sh),\1${PAT}@\2," -i .gitmodules - sed -E "s,(https://)(git.tablet.sh),\1pat:${PAT}@\2," -i .gitmodules
clone: clone:
stage: clone stage: clone