use shell executor
This commit is contained in:
parent
acf82d2407
commit
159a30c1fb
@ -14,10 +14,14 @@ stages:
|
||||
- deploy
|
||||
deploy:
|
||||
stage: deploy
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH}
|
||||
clone:
|
||||
stage: clone
|
||||
tags:
|
||||
- shell
|
||||
script:
|
||||
- cd ${CI_PROJECT_DIR}
|
||||
- sed -iE -e "s,(https://)(git.tablet.sh),\1pat:\${PAT}@\2," .gitmodules
|
||||
|
Loading…
Reference in New Issue
Block a user