Rename master -> main in .gitlab-ci.yml
This commit is contained in:
parent
0fee06f2d6
commit
48114a0dd9
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user