Skip to content

Commit

Permalink
removed the wrong line ugh
Browse files Browse the repository at this point in the history
  • Loading branch information
steveri committed Nov 22, 2024
1 parent db14456 commit b1b116e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -244,9 +244,9 @@ steps:
echo '- Clean up your mess'
test -e $REGRESS_METAHOOKS && rm $REGRESS_METAHOOKS || echo okay
test -d $COMMON && rmdir $COMMON || echo okay
# No don't do this. Excludes ability to rerun etc.
# Also, it's generally not very big.
# Also, code above will eliminate DELETEME files older than one week.
# test -d $COMMON && rmdir $COMMON || echo okay
# /bin/rm -f /var/lib/buildkite-agent/builds/DELETEME/env-$BUILDKITE_BUILD_NUMBER

0 comments on commit b1b116e

Please sign in to comment.