Skip to content

Commit 5b67fd8

Browse files
author
Andrey Leskov
authored
Merge pull request #22 from CoverGo/BE-566-fix-race-condition
BE-566 added Push to Github as dependency for Push to Ali Cloud
2 parents 44e3c9d + b9a9213 commit 5b67fd8

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gflows/libs/job_docker_publish_alicloud.lib.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
#@ load("tagging.lib.yml", "tagging")
99
---
1010
#@ def generate_docker_publish_alicloud(sections):
11-
#@ needs = ["version", job.id.docker_build(sections.service)]
11+
#@ needs = ["version", job.id.docker_build(sections.service), "docker-publish-github"]
1212
#@ name ="Publish {} to AliCloud".format(sections.service.name)
1313

1414
#@ if hasattr(sections,"integration_test"):

github-sample/workflows/build-publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -776,6 +776,7 @@ jobs:
776776
needs:
777777
- version
778778
- docker-build-auth-service
779+
- docker-publish-github
779780
- build-and-run-integration-tests
780781
- run-acceptance-tests
781782
- run-api-test-integration

0 commit comments

Comments
 (0)