Skip to content

Commit 7428b8a

Browse files
mitchdraftsoloio-bulldozer[bot]
authored andcommitted
add missing env var to cb e2e (#189)
* add missing env var to cb e2e * force changelog verification
1 parent 3bcf318 commit 7428b8a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

changelog/v0.5.11/cb-e2e-envvar.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
description:
2+
- type: NON_USER_FACING
3+
description: "Include TAGGED_VERSION in the cloudbuild e2e step."

cloudbuild.yaml

+1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ steps:
8686
- 'CLOUDSDK_COMPUTE_ZONE=us-central1-a'
8787
- 'CLOUDSDK_CONTAINER_CLUSTER=test-cluster'
8888
- 'RUN_KUBE_TESTS=1'
89+
- 'TAGGED_VERSION=$TAG_NAME'
8990
- 'BUILD_ID=$BUILD_ID'
9091
- 'DOCKER_CONFIG=/workspace/.docker/'
9192
dir: './gopath/src/github.com/solo-io/squash'

0 commit comments

Comments
 (0)