Skip to content

Commit fc4fee2

Browse files
committedFeb 2, 2023
switch to shared runners
1 parent 7bc10c0 commit fc4fee2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎.gitlab-ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ test_module:
1212
- pip install .
1313
- pytest -m commit --cov=retypd --cov-config=.coveragerc test/
1414
tags:
15-
- kubernetes
15+
- shared
1616
rules:
1717
- if: '$CI_COMMIT_BRANCH || $CI_MERGE_REQUEST_REF_PATH'
1818

@@ -26,7 +26,7 @@ export_module:
2626
- sed "s/password = <access token>/password = $GL_PKG_API_TOKEN/" $CI_PROJECT_DIR/.pypirc > ~/.pypirc
2727
- python3 -m twine upload --verbose --repository repypi $CI_PROJECT_DIR/dist/*.whl
2828
tags:
29-
- kubernetes
29+
- shared
3030
rules:
3131
- if: '$CI_COMMIT_BRANCH == "master"'
3232
- if: '$CI_COMMIT_REF_NAME =~ /^release-.*/'

0 commit comments

Comments
 (0)