Fix tagged prod deployments
This commit is contained in:
parent
dc1f2a92cc
commit
9b33f1152b
@ -8,10 +8,6 @@ default:
|
|||||||
before_script:
|
before_script:
|
||||||
- source /opt/miniconda3/etc/profile.d/conda.sh
|
- source /opt/miniconda3/etc/profile.d/conda.sh
|
||||||
|
|
||||||
workflow:
|
|
||||||
rules:
|
|
||||||
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
|
||||||
|
|
||||||
build-job:
|
build-job:
|
||||||
stage: build
|
stage: build
|
||||||
script:
|
script:
|
||||||
@ -22,6 +18,8 @@ build-job:
|
|||||||
deploy-test-job:
|
deploy-test-job:
|
||||||
stage: deploy
|
stage: deploy
|
||||||
environment: testing
|
environment: testing
|
||||||
|
rules:
|
||||||
|
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
|
||||||
script:
|
script:
|
||||||
- conda activate test
|
- conda activate test
|
||||||
- conda install --use-local --force-reinstall pyzebra -y
|
- conda install --use-local --force-reinstall pyzebra -y
|
||||||
|
Loading…
x
Reference in New Issue
Block a user