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 a5529582 authored by usov_i's avatar usov_i
Browse files

Add cleanup stage

[skip ci]
parent 4181d597
No related branches found
No related tags found
No related merge requests found
Pipeline #36322 skipped
stages:
- build-and-publish
- deploy
- cleanup
build-and-publish:
stage: build-and-publish
......@@ -25,7 +26,6 @@ deploy-test:
- conda activate test
- conda build ./conda-recipe
- conda install --use-local --only-deps pyzebra -y
- conda build purge-all
- sudo systemctl restart pyzebra-test.service
deploy-prod:
......@@ -41,3 +41,8 @@ deploy-prod:
- conda activate prod
- conda update pyzebra -y
- sudo systemctl restart pyzebra-prod.service
cleanup-job:
stage: cleanup
script:
- conda build purge-all
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