Delete /tmp/atom-coffee-cache before building

Temp fix to get CI working again
This commit is contained in:
Kevin Sawicki
2013-09-03 16:18:34 -07:00
parent 35a9350b3f
commit b57d655a8a

View File

@@ -5,6 +5,7 @@ set -e
cd "$(dirname "$0")/.."
rm -rf ~/.atom
rm -fr /tmp/atom-coffee-cache
git clean -dff
./script/bootstrap