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:
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