We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74b0c9f commit f037daaCopy full SHA for f037daa
1 file changed
hooks/checkout
@@ -42,7 +42,7 @@ if [[ ! -d .git ]]; then
42
"${BUILDKITE_REPO}" .
43
fi
44
45
-# Handle clean checkout option to deal with corrupted repository states
+# Enable clean checkout option to deal with corrupted repository states
46
if [[ "${CLEAN_CHECKOUT_OPTION}" = "true" ]]; then
47
echo "Clean checkout enabled - resetting repository state"
48
# Reset any changes that might prevent checkout
0 commit comments