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:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
|
||||||
"Build Release":
|
"Build Release":
|
||||||
stage: build
|
stage: build
|
||||||
<<: *rules-changes
|
|
||||||
image:
|
image:
|
||||||
name: registry.c.test-chamber-13.lan/dockerhub/library/golang:alpine
|
name: registry.c.test-chamber-13.lan/dockerhub/library/golang:alpine
|
||||||
allow_failure: false
|
allow_failure: false
|
||||||
@ -41,7 +32,6 @@ stages:
|
|||||||
|
|
||||||
"Create Release":
|
"Create Release":
|
||||||
stage: build
|
stage: build
|
||||||
<<: *rules-changes
|
|
||||||
image:
|
image:
|
||||||
name: registry.gitlab.com/gitlab-org/release-cli:latest
|
name: registry.gitlab.com/gitlab-org/release-cli:latest
|
||||||
needs:
|
needs:
|
||||||
|
Reference in New Issue
Block a user