remove one-off clean

This commit is contained in:
Joey Hess 2015-04-06 14:11:43 -04:00
parent 2a9fbec446
commit b909b3ccbb

View file

@ -44,7 +44,6 @@ cabal install --only-dependencies || true
# Detect when the last build was an incremental build and failed, # Detect when the last build was an incremental build and failed,
# and try a full build. Done this way because this shell seems a bit # and try a full build. Done this way because this shell seems a bit
# broken. # broken.
cabal clean
if [ -e last-incremental-failed ]; then if [ -e last-incremental-failed ]; then
cabal clean || true cabal clean || true
# windows breakage.. # windows breakage..