Skip to content

Commit ad43b28

Browse files
committed
Move Spark docker image generator publish before Spark publish
Experiment if Spark publish is creating unstaged files and making it such that Gradle doesn't think the publish should go through.
1 parent c78366f commit ad43b28

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/publish_functions.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ publish_artifacts() {
2121
echo "<password>$BINTRAY_PASSWORD</password>" >> $tmp_settings
2222
echo "</server></servers></settings>" >> $tmp_settings
2323

24-
./build/mvn -T 1C --settings $tmp_settings -DskipTests "${PALANTIR_FLAGS[@]}" deploy
2524
./gradlew --info bintrayUpload
25+
./build/mvn -T 1C --settings $tmp_settings -DskipTests "${PALANTIR_FLAGS[@]}" deploy
2626
}
2727

2828
make_dist() {

0 commit comments

Comments
 (0)