don't know why rules are broken

This commit is contained in:
2025-06-27 18:43:45 -05:00
parent b1202e9a7d
commit 0e428a79cc

View File

@ -1,17 +1,8 @@
.rules-changes: &rules-changes
rules:
- changes:
- Jenkinsfile
- .gitlab-ci.yml
when: never
- when: on_success
stages:
- build
"Build Release":
stage: build
<<: *rules-changes
image:
name: registry.c.test-chamber-13.lan/dockerhub/library/golang:alpine
allow_failure: false
@ -41,7 +32,6 @@ stages:
"Create Release":
stage: build
<<: *rules-changes
image:
name: registry.gitlab.com/gitlab-org/release-cli:latest
needs: