Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit e9ae52bb authored by usov_i's avatar usov_i
Browse files

Use locally built package in deployment

[skip ci]
parent 982887ab
No related branches found
No related tags found
No related merge requests found
Pipeline #36362 passed
......@@ -23,10 +23,8 @@ deploy-test-job:
stage: deploy
environment: testing
script:
- cd /opt/pyzebra
- git pull origin main --tags
- conda activate test
- conda install --use-local --only-deps pyzebra -y
- conda install --use-local --force-reinstall pyzebra -y
- sudo systemctl restart pyzebra-test.service
deploy-prod-job:
......@@ -34,11 +32,9 @@ deploy-prod-job:
environment: production
rules:
- if: $CI_COMMIT_TAG
when: delayed
start_in: 1 minute
script:
- conda activate prod
- conda update pyzebra -y
- conda install --use-local pyzebra -y
- sudo systemctl restart pyzebra-prod.service
publish-job:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment