mirror of
https://gitlab.durp.info/durfy/ci-includes/yml.git
synced 2026-05-07 16:00:31 -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:
|
||||
- job: gobuild
|
||||
artifacts: true
|
||||
- pipeline: $PARENT_PIPELINE_ID
|
||||
job: version
|
||||
optional: true
|
||||
#- job: version
|
||||
# optional: true
|
||||
# artifacts: true
|
||||
|
|
@ -54,7 +57,8 @@ docker-push:
|
|||
needs:
|
||||
- job: gobuild
|
||||
artifacts: true
|
||||
#- job: version
|
||||
# artifacts: true
|
||||
- pipeline: $PARENT_PIPELINE_ID
|
||||
job: version
|
||||
optional: true
|
||||
rules:
|
||||
- !reference [.docker_publish_rules, rules]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue