From fb47830da500baf7bf0f8e313406afe85641dba2 Mon Sep 17 00:00:00 2001 From: lewa <lene.wasskog@nibio.no> Date: Mon, 6 Feb 2023 10:51:22 +0100 Subject: [PATCH] chore: Running deploy stage only for feature branch --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 21ea9e7..5aa4438 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: -- GitLab