update
This commit is contained in:
@@ -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]
|
||||||
|
|||||||
Reference in New Issue
Block a user