summaryrefslogtreecommitdiff
path: root/ci
diff options
context:
space:
mode:
authorLi Haoyi <haoyi.sg@gmail.com>2018-02-04 16:14:25 -0800
committerLi Haoyi <haoyi.sg@gmail.com>2018-02-04 16:38:21 -0800
commit593d9f94794e6db8040e7082ba50a24d86c4cc06 (patch)
tree061aa31787a213866964cff6d52a98295c2a0e1f /ci
parent5871dd570403906435ad407059398c53d002fdbf (diff)
downloadmill-593d9f94794e6db8040e7082ba50a24d86c4cc06.tar.gz
mill-593d9f94794e6db8040e7082ba50a24d86c4cc06.tar.bz2
mill-593d9f94794e6db8040e7082ba50a24d86c4cc06.zip
properly embed the local module dependency graph metadata in published pom.xmls
Diffstat (limited to 'ci')
-rwxr-xr-xci/test4.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ci/test4.sh b/ci/test4.sh
index fafe603b..2a8b1497 100755
--- a/ci/test4.sh
+++ b/ci/test4.sh
@@ -12,7 +12,7 @@ git clean -xdf
sbt bin/test:assembly
# Build Mill using SBT
-~/mill-release --all \
+target/bin/mill --all \
moduledefs.publishLocal \
core.publishLocal \
scalalib.publishLocal \