mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 07:50:30 -05:00
update
This commit is contained in:
parent
4e1d3b01f0
commit
ab8dc5f532
1 changed files with 6 additions and 2 deletions
|
|
@ -34,6 +34,9 @@ docker-build:
|
||||||
needs:
|
needs:
|
||||||
- job: gobuild
|
- job: gobuild
|
||||||
artifacts: true
|
artifacts: true
|
||||||
|
- pipeline: $PARENT_PIPELINE_ID
|
||||||
|
job: version
|
||||||
|
optional: true
|
||||||
#- job: version
|
#- job: version
|
||||||
# optional: true
|
# optional: true
|
||||||
# artifacts: true
|
# artifacts: true
|
||||||
|
|
@ -54,7 +57,8 @@ docker-push:
|
||||||
needs:
|
needs:
|
||||||
- job: gobuild
|
- job: gobuild
|
||||||
artifacts: true
|
artifacts: true
|
||||||
#- job: version
|
- pipeline: $PARENT_PIPELINE_ID
|
||||||
# artifacts: true
|
job: version
|
||||||
|
optional: true
|
||||||
rules:
|
rules:
|
||||||
- !reference [.docker_publish_rules, rules]
|
- !reference [.docker_publish_rules, rules]
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue