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

Revert "Install via a direct package path"

This reverts commit dfa6bfe9.
parent 60b90ec9
No related branches found
No related tags found
No related merge requests found
Pipeline #49111 passed
......@@ -31,7 +31,7 @@ deploy-test-job:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script:
- conda activate test
- conda install $(conda build --output-folder $BUILD_PATH ./conda-recipe --output) --force-reinstall -y
- conda install --channel $BUILD_PATH --force-reinstall pyzebra -y
- sudo systemctl restart pyzebra-test.service
deploy-prod-job:
......@@ -41,7 +41,7 @@ deploy-prod-job:
- if: $CI_COMMIT_TAG
script:
- conda activate prod
- conda install $(conda build --output-folder $BUILD_PATH ./conda-recipe --output) -y
- conda install --channel $BUILD_PATH 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