mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-13 22:51:49 +02:00
ci: removed before_script from deploy jobs
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user