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

Rename master -> main in .gitlab-ci.yml

parent 0fee06f2
No related branches found
No related tags found
No related merge requests found
Pipeline #25730 passed
...@@ -20,7 +20,7 @@ deploy-test: ...@@ -20,7 +20,7 @@ deploy-test:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
script: script:
- cd /opt/pyzebra - cd /opt/pyzebra
- git pull origin master --tags - git pull origin main --tags
- source /opt/miniconda3/etc/profile.d/conda.sh - source /opt/miniconda3/etc/profile.d/conda.sh
- conda activate test - conda activate test
- conda build ./conda-recipe - conda build ./conda-recipe
......
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