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