Skip to content
Snippets Groups Projects
Commit 55db01d2 authored by Gilles Filippini's avatar Gilles Filippini
Browse files

ci: fix conditions for job build_release

parent 55d6261c
No related branches found
No related tags found
No related merge requests found
Pipeline #33149 canceled
...@@ -108,6 +108,8 @@ build_release: ...@@ -108,6 +108,8 @@ build_release:
extends: .docker_build extends: .docker_build
rules: rules:
- if: '$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_BRANCH == "master"' - if: '$CI_PIPELINE_SOURCE == "merge_request_event" || $CI_COMMIT_BRANCH == "master"'
- if: "$CI_COMMIT_TAG && $CI_COMMIT_TAG =~ /^(v|runtime-)[0-9].*/"
when: never
- when: manual - when: manual
variables: variables:
IMAGE_NAME: "duniter/duniter-v2s" IMAGE_NAME: "duniter/duniter-v2s"
......
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