Skip to content

Commit 294c7ee

Browse files
committed
don't run e2e tests when building locally since it may be building for the wrong platform
1 parent aff94d6 commit 294c7ee

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

build/cloudbuild_local.yaml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,5 @@ steps:
4242
- 'GOOS=${_GOOS}'
4343
- 'GOARCH=${_GOARCH}'
4444
- 'VERSION=${TAG_NAME}'
45-
- name: "golang:1.10-stretch"
46-
args: ["bash", "build/test.sh"]
47-
env:
48-
- 'GOOS=${_GOOS}'
49-
- 'GOARCH=${_GOARCH}'
50-
- 'VERSION=${TAG_NAME}'
5145
- name: "ubuntu"
5246
args: ["bash", "-c", "ls | grep -v tar.gz | xargs rm -rf"]

0 commit comments

Comments
 (0)