Skip to content

Commit

Permalink
don't run e2e tests when building locally since it may be building fo…
Browse files Browse the repository at this point in the history
…r the wrong platform
  • Loading branch information
pwittrock committed Mar 15, 2018
1 parent aff94d6 commit 294c7ee
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions build/cloudbuild_local.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,5 @@ steps:
- 'GOOS=${_GOOS}'
- 'GOARCH=${_GOARCH}'
- 'VERSION=${TAG_NAME}'
- name: "golang:1.10-stretch"
args: ["bash", "build/test.sh"]
env:
- 'GOOS=${_GOOS}'
- 'GOARCH=${_GOARCH}'
- 'VERSION=${TAG_NAME}'
- name: "ubuntu"
args: ["bash", "-c", "ls | grep -v tar.gz | xargs rm -rf"]

0 comments on commit 294c7ee

Please sign in to comment.