Skip to content

Commit 50e3640

Browse files
authored
fix publish local (apache-spark-on-k8s#405)
1 parent f8dd15f commit 50e3640

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/publish-local.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ MVN_LOCAL="~/.m2/repository"
99

1010
publish_artifacts() {
1111
./build/mvn versions:set -DnewVersion=$version
12-
./build/mvn -DskipTests "${PALANTIR_FLAGS[@]}" install clean
12+
./build/mvn -DskipTests "${PALANTIR_FLAGS[@]}" install
1313
}
1414

1515
make_dist() {

0 commit comments

Comments
 (0)