Skip to content
Snippets Groups Projects
Commit 70f03d41 authored by Max Drexler's avatar Max Drexler
Browse files

Fix tag pipeline

parent c66d9238
No related merge requests found
Pipeline #53749 failed
......@@ -9,12 +9,6 @@ stages:
- test
- deploy
workflow:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: always
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
default:
image: $CI_REGISTRY_IMAGE/$DOCKER_IMAGE:latest
tags: ["docker", "ssec_shared"] # use shared runners at the SSEC
......@@ -60,7 +54,7 @@ build-req-image:
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
when: never
- if: $CI_COMMIT_TAG =~ /\d+\.\d+\.\d+$/
- if: $CI_COMMIT_TAG
when: always
test::lint:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment