Skip to content
Snippets Groups Projects
Commit 7a605135 authored by Francois Dall'Asta's avatar Francois Dall'Asta :speech_balloon:
Browse files

[docker-build] replaced main by master in .gitlab-ci.yml

parent ef7e8692
No related branches found
No related tags found
No related merge requests found
......@@ -44,7 +44,7 @@ test_with_coverage:
- htmlcov
coverage: "/TOTAL.+ ([0-9]{1,3}%)/"
rules:
- if: $CI_COMMIT_REF_NAME == "main"
- if: $CI_COMMIT_REF_NAME == "master"
when: always
generate_rst:
......@@ -58,7 +58,7 @@ generate_rst:
paths:
- doc/html
rules:
- if: $CI_COMMIT_REF_NAME == "main"
- if: $CI_COMMIT_REF_NAME == "master"
when: always
pages:
......@@ -80,7 +80,7 @@ pages:
- test_with_coverage
- generate_rst
rules:
- if: $CI_COMMIT_REF_NAME == "main"
- if: $CI_COMMIT_REF_NAME == "master"
when: always
pypi_upload:
......
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