mirror of
https://github.com/atom/atom.git
synced 2026-04-28 03:01:47 -04:00
Delete /tmp/atom-coffee-cache before building
Temp fix to get CI working again
This commit is contained in:
@@ -5,6 +5,7 @@ set -e
|
||||
cd "$(dirname "$0")/.."
|
||||
|
||||
rm -rf ~/.atom
|
||||
rm -fr /tmp/atom-coffee-cache
|
||||
git clean -dff
|
||||
|
||||
./script/bootstrap
|
||||
|
||||
Reference in New Issue
Block a user