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 branches found
No related tags found
No related merge requests found
Pipeline #53749 failed
...@@ -9,12 +9,6 @@ stages: ...@@ -9,12 +9,6 @@ stages:
- test - test
- deploy - deploy
workflow:
rules:
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
when: always
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
default: default:
image: $CI_REGISTRY_IMAGE/$DOCKER_IMAGE:latest image: $CI_REGISTRY_IMAGE/$DOCKER_IMAGE:latest
tags: ["docker", "ssec_shared"] # use shared runners at the SSEC tags: ["docker", "ssec_shared"] # use shared runners at the SSEC
...@@ -60,7 +54,7 @@ build-req-image: ...@@ -60,7 +54,7 @@ build-req-image:
rules: rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event' - if: $CI_PIPELINE_SOURCE == 'merge_request_event'
when: never when: never
- if: $CI_COMMIT_TAG =~ /\d+\.\d+\.\d+$/ - if: $CI_COMMIT_TAG
when: always when: always
test::lint: 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