ci: removed before_script from deploy jobs

This commit is contained in:
2025-02-10 19:35:08 +01:00
parent ca3f5f91b5
commit 630ad1f8d9

View File

@ -178,6 +178,7 @@ deploy-dev:
tags:
- bec-atlas-deploy
needs: ["backend_pytest"]
before_script: []
script:
- cd ../; if [ ! -d ansible_bec ]; then git clone https://gitlab-runner:$CI_RO_TOKEN@gitlab.psi.ch/bec/ansible_bec.git; fi;
- cd ansible_bec && git pull origin main
@ -193,6 +194,7 @@ deploy-qa:
tags:
- bec-atlas-deploy
needs: ["backend_pytest"]
before_script: []
script:
- cd ../; if [ ! -d ansible_bec ]; then git clone https://gitlab-runner:$CI_RO_TOKEN@gitlab.psi.ch/bec/ansible_bec.git; fi;
- cd ansible_bec && git pull origin main