summaryrefslogtreecommitdiffhomepage
path: root/.buildkite/pipeline.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.buildkite/pipeline.yaml')
-rw-r--r--.buildkite/pipeline.yaml4
1 files changed, 1 insertions, 3 deletions
diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml
index 337f45870..3d0cd6c99 100644
--- a/.buildkite/pipeline.yaml
+++ b/.buildkite/pipeline.yaml
@@ -17,9 +17,7 @@ steps:
- <<: *common
label: ":golang: Go branch"
commands:
- - rm -rf bazel-bin/gopath
- - make build TARGETS="//:gopath"
- - tools/go_branch.sh
+ - make go
- git checkout go && git clean -f
- go build ./...