Skip to content

Commit

Permalink
use + on published signed but not on the bundle release it only needs…
Browse files Browse the repository at this point in the history
… to be called once.
  • Loading branch information
holdenk committed Sep 30, 2024
1 parent edb1529 commit 82404a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mini-cross-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ for spark_version in 2.4.8 3.0.0 3.0.1 3.0.2 3.1.1 3.1.2 3.1.3 3.2.0 3.2.1 3.2.2
cp -af ./ "${build_dir}"
cd ${build_dir}
sleep 2
sbt -DsparkVersion=$spark_version version clean +publishLocal +sonatypeBundleRelease &
sbt -DsparkVersion=$spark_version version clean +publishSigned sonatypeBundleRelease
cd -
done
wait

0 comments on commit 82404a0

Please sign in to comment.