Skip to content

Commit 7dada57

Browse files
authored
Merge pull request apache-spark-on-k8s#422 from palantir/move-up-docker-generator-publish
Move Spark docker image generator publish before Spark publish
2 parents c78366f + ad43b28 commit 7dada57

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)