This commit is contained in:
2025-06-27 17:45:43 -05:00
parent fdd6b2288e
commit 7286a21464

View File

@ -1,18 +1,8 @@
.rules-changes: &rules-changes
rules:
- changes:
- Jenkinsfile
- .gitlab-ci.yml
- readme.md
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
@ -44,7 +34,6 @@ stages:
stage: build
image:
name: registry.gitlab.com/gitlab-org/release-cli:latest
<<: *rules-changes
needs:
- job: "Build Release"
artifacts: true