Skip to content

Commit 42dac32

Browse files
committed
Cloudbuild: fix dependencies
Signed-off-by: Maël Valais <[email protected]>
1 parent d375fbe commit 42dac32

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cloudbuild.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ steps:
175175
kubectl logs -n "$ns" $pod -f --tail=-1
176176
waitFor:
177177
- check-cloud-marketplace-tools
178-
- push-ubbagent
178+
- push-deployer-using-minor-version
179179

180180
- id: logs-smoke-test
181181
name: gcr.io/cloud-builders/gcloud
@@ -198,7 +198,6 @@ steps:
198198
kubectl logs -n "$ns" smoke-test-pod -f --tail=-1
199199
waitFor:
200200
- check-cloud-marketplace-tools
201-
- push-ubbagent
202201
- push-smoke-test
203202

204203
- id: verify
@@ -216,6 +215,7 @@ steps:
216215
- --deployer=gcr.io/$PROJECT_ID/${_SOLUTION_NAME}/deployer:${_APP_VERSION}
217216
waitFor:
218217
- check-cloud-marketplace-tools
218+
- push-deployer-using-minor-version
219219
- push-ubbagent
220220
- push-smoke-test
221221

0 commit comments

Comments
 (0)