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

This commit is contained in:
usov_i 2024-05-22 16:26:55 +02:00
parent 0fee06f2d6
commit 48114a0dd9

View File

@ -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