use shell executor

This commit is contained in:
parent acf82d2407
commit 159a30c1fb
Signed by: tablet
GPG Key ID: 924A5F6AF051E87C

@ -14,10 +14,14 @@ stages:
- deploy - deploy
deploy: deploy:
stage: deploy stage: deploy
tags:
- shell
script: script:
- cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH} - cp -r ${CI_PROJECT_DIR}/* ${DEPLOY_PATH}
clone: clone:
stage: clone stage: clone
tags:
- shell
script: script:
- cd ${CI_PROJECT_DIR} - cd ${CI_PROJECT_DIR}
- sed -iE -e "s,(https://)(git.tablet.sh),\1pat:\${PAT}@\2," .gitmodules - sed -iE -e "s,(https://)(git.tablet.sh),\1pat:\${PAT}@\2," .gitmodules