Skip to content
Snippets Groups Projects
Commit e7130572 authored by Lene Wasskog's avatar Lene Wasskog
Browse files

feat: Add tag for specific gitlab runner [MAD-91]

parent 2f43b4c5
No related branches found
No related tags found
1 merge request!1Feature/mad 91 gitlab pipeline
Pipeline #691 failed
......@@ -8,13 +8,14 @@ stages:
before_script:
- python -V
- pip install virtualenv
- virtualenv venv
- source venv/bin/activate
- pip install build twine
- python -m venv venv
- . venv/bin/activate
- pip install build twine pytest
build:
stage: build
tags:
- vips-runner
script:
- python -m build
artifacts:
......@@ -24,5 +25,7 @@ build:
deploy:
stage: deploy
tags:
- vips-runner
script:
- TWINE_PASSWORD=${CI_JOB_TOKEN} TWINE_USERNAME=gitlab-ci-token python -m twine upload --repository gitlab dist/* --verbose
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment