summaryrefslogtreecommitdiffhomepage
path: root/.buildkite/pipeline.yaml
diff options
context:
space:
mode:
Diffstat (limited to '.buildkite/pipeline.yaml')
-rw-r--r--.buildkite/pipeline.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml
index f8bf00b50..93e4195d6 100644
--- a/.buildkite/pipeline.yaml
+++ b/.buildkite/pipeline.yaml
@@ -34,7 +34,7 @@ steps:
label: ":golang: Go branch"
commands:
- tools/go_branch.sh
- - git checkout go && git clean -f
+ - git checkout go && git clean -xf .
- go build ./...
# Release workflow.