summaryrefslogtreecommitdiff
path: root/ci/test-mill-bootstrap.sh
diff options
context:
space:
mode:
authorTobias Roeser <le.petit.fou@web.de>2019-07-02 16:05:26 +0200
committerTobias Roeser <le.petit.fou@web.de>2019-07-02 16:05:26 +0200
commita4a49e90037c7acf456b62a8e65fee55a5f857c4 (patch)
treedba969c8ed7f9c2b4c80038dfac9d317367c9bfe /ci/test-mill-bootstrap.sh
parent139cd519ba1d3b53f3272783f1c8bd058ac18d6e (diff)
downloadmill-a4a49e90037c7acf456b62a8e65fee55a5f857c4.tar.gz
mill-a4a49e90037c7acf456b62a8e65fee55a5f857c4.tar.bz2
mill-a4a49e90037c7acf456b62a8e65fee55a5f857c4.zip
Copy files instead of move
Diffstat (limited to 'ci/test-mill-bootstrap.sh')
-rwxr-xr-xci/test-mill-bootstrap.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/ci/test-mill-bootstrap.sh b/ci/test-mill-bootstrap.sh
index f5100663..f87f749e 100755
--- a/ci/test-mill-bootstrap.sh
+++ b/ci/test-mill-bootstrap.sh
@@ -7,7 +7,7 @@ git clean -xdf
# First build
./mill -i all __.publishLocal release
-mv out/release/dest/mill ~/mill-1
+cp out/release/dest/mill ~/mill-1
# Clean up
git clean -xdf
@@ -19,7 +19,7 @@ echo "Build 2" > info.txt && git add info.txt && git commit -m "Add info.txt"
# Second build
~/mill-1 -i all __.publishLocal release
-mv out/release/dest/mill ~/mill-2
+cp out/release/dest/mill ~/mill-2
# Clean up
git clean -xdf