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

chore: Running deploy stage only for feature branch

parent 3e2797f9
No related branches found
No related tags found
1 merge request!1Feature/mad 91 gitlab pipeline
Pipeline #698 failed
...@@ -10,6 +10,7 @@ before_script: ...@@ -10,6 +10,7 @@ before_script:
- python -V - python -V
- python -m venv venv - python -m venv venv
- . venv/bin/activate - . venv/bin/activate
- pip install --upgrade pip
- pip install -e . - pip install -e .
build: build:
...@@ -34,6 +35,8 @@ test: ...@@ -34,6 +35,8 @@ test:
deploy: deploy:
stage: deploy stage: deploy
only:
- feature/mad-91-gitlab-pipeline
tags: tags:
- vips-runner - vips-runner
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment