File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 39
39
- -exc
40
40
- |
41
41
cat data-test/schema.yaml \
42
- | IMAGE=gcr.io/$PROJECT_ID/jetstack-secure-for-cert-manager/smoke-test:build-${nvsubst \
42
+ | IMAGE=gcr.io/$PROJECT_ID/jetstack-secure-for-cert-manager/smoke-test:${_APP_VERSION} envsubst \
43
43
| tee /dev/stderr > /tmp/schema.yaml && mv /tmp/schema.yaml data-test/schema.yaml
44
44
waitFor :
45
45
- " -"
@@ -51,15 +51,17 @@ steps:
51
51
- --tag
52
52
- gcr.io/$PROJECT_ID/jetstack-secure-for-cert-manager/deployer:${_APP_VERSION}
53
53
- " ."
54
- waitFor : ["set-data-test-schema-default-values"]
54
+ waitFor :
55
+ - set-data-test-schema-default-values
55
56
56
57
- id : retag-deployer
57
58
name : gcr.io/cloud-builders/docker
58
59
args :
59
60
- tag
60
61
- gcr.io/$PROJECT_ID/jetstack-secure-for-cert-manager/deployer:${_APP_VERSION}
61
62
- gcr.io/$PROJECT_ID/jetstack-secure-for-cert-manager/deployer:${_APP_MINOR_VERSION}
62
- waitFor : ["set-data-test-schema-default-values"]
63
+ waitFor :
64
+ - build-deployer
63
65
64
66
- id : push-deployer
65
67
name : gcr.io/cloud-builders/docker
You can’t perform that action at this time.
0 commit comments