We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f088468 + 219b81b commit 6218f7eCopy full SHA for 6218f7e
.buildkite/hooks/pre-exit
@@ -0,0 +1,4 @@
1
+#!/bin/bash
2
+set -eu
3
+
4
+make -C "$BUILDKITE_BUILD_CHECKOUT_PATH" clean
.buildkite/pipeline.yml
@@ -86,11 +86,3 @@ steps:
86
command: 'make -C examples integ-test'
87
concurrency: 1
88
concurrency_group: 'loop-device test'
89
-
90
- - wait: ~
91
- continue_on_failure: true
92
93
- - label: ":wastebasket: cleanup"
94
- agents:
95
- queue: "${BUILDKITE_AGENT_META_DATA_QUEUE:-default}"
96
- command: 'make clean'
0 commit comments