We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bcf318 commit 7428b8aCopy full SHA for 7428b8a
changelog/v0.5.11/cb-e2e-envvar.yaml
@@ -0,0 +1,3 @@
1
+description:
2
+- type: NON_USER_FACING
3
+ description: "Include TAGGED_VERSION in the cloudbuild e2e step."
cloudbuild.yaml
@@ -86,6 +86,7 @@ steps:
86
- 'CLOUDSDK_COMPUTE_ZONE=us-central1-a'
87
- 'CLOUDSDK_CONTAINER_CLUSTER=test-cluster'
88
- 'RUN_KUBE_TESTS=1'
89
+ - 'TAGGED_VERSION=$TAG_NAME'
90
- 'BUILD_ID=$BUILD_ID'
91
- 'DOCKER_CONFIG=/workspace/.docker/'
92
dir: './gopath/src/github.com/solo-io/squash'
0 commit comments