We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7bc10c0 commit fc4fee2Copy full SHA for fc4fee2
.gitlab-ci.yml
@@ -12,7 +12,7 @@ test_module:
12
- pip install .
13
- pytest -m commit --cov=retypd --cov-config=.coveragerc test/
14
tags:
15
- - kubernetes
+ - shared
16
rules:
17
- if: '$CI_COMMIT_BRANCH || $CI_MERGE_REQUEST_REF_PATH'
18
@@ -26,7 +26,7 @@ export_module:
26
- sed "s/password = <access token>/password = $GL_PKG_API_TOKEN/" $CI_PROJECT_DIR/.pypirc > ~/.pypirc
27
- python3 -m twine upload --verbose --repository repypi $CI_PROJECT_DIR/dist/*.whl
28
29
30
31
- if: '$CI_COMMIT_BRANCH == "master"'
32
- if: '$CI_COMMIT_REF_NAME =~ /^release-.*/'
0 commit comments