Fix tagged prod deployments

This commit is contained in:
usov_i 2024-09-08 15:25:28 +02:00
parent dc1f2a92cc
commit 9b33f1152b

View File

@ -8,10 +8,6 @@ default:
before_script:
- source /opt/miniconda3/etc/profile.d/conda.sh
workflow:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
build-job:
stage: build
script:
@ -22,6 +18,8 @@ build-job:
deploy-test-job:
stage: deploy
environment: testing
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- conda activate test
- conda install --use-local --force-reinstall pyzebra -y