summaryrefslogtreecommitdiff
path: root/ci/test-mill-dev.sh
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-04-07 10:28:42 -0700
committerLi Haoyi <haoyi.sg@gmail.com>2018-04-07 10:28:42 -0700
commitec2db702115527cadf5174eac8dbc413f783e686 (patch)
treeb9d18bba4128aa5f4d96ab569b0c624c15871824 /ci/test-mill-dev.sh
parenta6e0858c2d8400f43bddec0dbf927aec406d92a7 (diff)
downloadmill-ec2db702115527cadf5174eac8dbc413f783e686.tar.gz
mill-ec2db702115527cadf5174eac8dbc413f783e686.tar.bz2
mill-ec2db702115527cadf5174eac8dbc413f783e686.zip
re-enabled deletion of ~/.mill folder between CI steps
Diffstat (limited to 'ci/test-mill-dev.sh')
-rwxr-xr-xci/test-mill-dev.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/ci/test-mill-dev.sh b/ci/test-mill-dev.sh
index 52deb139..f2d82724 100755
--- a/ci/test-mill-dev.sh
+++ b/ci/test-mill-dev.sh
@@ -8,6 +8,8 @@ git clean -xdf
# Build Mill
mill -i dev.assembly
+rm -rf ~/.mill
+
# Second build & run tests
out/dev/assembly/dest/mill -i all {clientserver,main,scalalib,scalajslib}.test