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

Fix anaconda upload

parent 9b33f115
No related branches found
No related tags found
No related merge requests found
...@@ -40,6 +40,7 @@ publish-job: ...@@ -40,6 +40,7 @@ publish-job:
rules: rules:
- if: $CI_COMMIT_TAG - if: $CI_COMMIT_TAG
script: script:
- conda activate base
- anaconda --token $ANACONDA_TOKEN upload $(conda build ./conda-recipe --output) - anaconda --token $ANACONDA_TOKEN upload $(conda build ./conda-recipe --output)
cleanup-job: cleanup-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