Skip to content

Commit

Permalink
add missing env var to cb e2e (#189)
Browse files Browse the repository at this point in the history
* add missing env var to cb e2e
* force changelog verification
  • Loading branch information
mitchdraft authored and soloio-bulldozer[bot] committed Apr 28, 2019
1 parent 3bcf318 commit 7428b8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions changelog/v0.5.11/cb-e2e-envvar.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
description:
- type: NON_USER_FACING
description: "Include TAGGED_VERSION in the cloudbuild e2e step."
1 change: 1 addition & 0 deletions cloudbuild.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ steps:
- 'CLOUDSDK_COMPUTE_ZONE=us-central1-a'
- 'CLOUDSDK_CONTAINER_CLUSTER=test-cluster'
- 'RUN_KUBE_TESTS=1'
- 'TAGGED_VERSION=$TAG_NAME'
- 'BUILD_ID=$BUILD_ID'
- 'DOCKER_CONFIG=/workspace/.docker/'
dir: './gopath/src/github.com/solo-io/squash'
Expand Down

0 comments on commit 7428b8a

Please sign in to comment.