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:
|
tags:
|
||||||
- bec-atlas-deploy
|
- bec-atlas-deploy
|
||||||
needs: ["backend_pytest"]
|
needs: ["backend_pytest"]
|
||||||
|
before_script: []
|
||||||
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 ../; 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
|
- cd ansible_bec && git pull origin main
|
||||||
@ -193,6 +194,7 @@ deploy-qa:
|
|||||||
tags:
|
tags:
|
||||||
- bec-atlas-deploy
|
- bec-atlas-deploy
|
||||||
needs: ["backend_pytest"]
|
needs: ["backend_pytest"]
|
||||||
|
before_script: []
|
||||||
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 ../; 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
|
- cd ansible_bec && git pull origin main
|
||||||
|
Reference in New Issue
Block a user