Skip to content

Commit

Permalink
Remove clean function testing line (#2082)
Browse files Browse the repository at this point in the history
remove testing clean script line
  • Loading branch information
hubertdeng123 authored Apr 13, 2023
1 parent c4ee5b8 commit 03a2cdd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions scripts/_lib.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,6 @@ function clean() {
set -e
fi

false "noooo"

# Make sure they mean it.
if [ "${FORCE_CLEAN:-}" == "1" ]; then
echo "☠️ Seeing FORCE=1, forcing cleanup."
Expand Down

0 comments on commit 03a2cdd

Please sign in to comment.