remove pat prefix
This commit is contained in:
parent
3c82802d75
commit
14da87fc00
@ -31,7 +31,7 @@ prestep:
|
||||
script:
|
||||
- set -x
|
||||
- cd ${CI_PROJECT_DIR}
|
||||
- sed -E "s,(https://)(git.tablet.sh),\1pat:${PAT}@\2," -i .gitmodules
|
||||
- sed -E "s,(https://)(git.tablet.sh),\1${PAT}@\2," -i .gitmodules
|
||||
|
||||
clone:
|
||||
stage: clone
|
||||
|
Loading…
Reference in New Issue
Block a user