don't know why rules are broken
This commit is contained in:
@ -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:
|
||||
|
Reference in New Issue
Block a user