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 be15f04 + 90c1036 commit 48a92aeCopy full SHA for 48a92ae
.buildkite/hooks/pre-checkout
@@ -0,0 +1,4 @@
1
+#! /bin/sh
2
+set -euo pipefail
3
+
4
+find . -user root -print0 | xargs -0 sudo rm -rf '{}'
.buildkite/hooks/pre-exit
@@ -1,3 +1,4 @@
#!/bin/bash
-sudo rm -rf testdata/logs
0 commit comments