Skip to content
Snippets Groups Projects
Unverified Commit 26e93641 authored by Timo Furrer's avatar Timo Furrer
Browse files

Fix rules of sign job

parent 8fa052a5
Branches
Tags v0.7
No related merge requests found
...@@ -267,9 +267,7 @@ gitlab-opentofu-image:sign: ...@@ -267,9 +267,7 @@ gitlab-opentofu-image:sign:
paths: paths:
- 'image*.md' - 'image*.md'
rules: rules:
- if: '$CI_SERVER_FQDN != "gitlab.com"' - if: '$CI_SERVER_FQDN == "gitlab.com" && $CI_COMMIT_TAG'
when: never
- if: $CI_COMMIT_TAG
.release:base: .release:base:
stage: release stage: release
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment