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