Skip to content

Commit

Permalink
revert no hudson build back to what it was
Browse files Browse the repository at this point in the history
  • Loading branch information
puredanger committed Aug 15, 2023
1 parent 44c35cd commit c9eb8ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions script/build
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,7 @@ if [ "$HUDSON" = "true" ]; then
git push origin "$TAG"
else
echo "Skipping remote deployment and Git tag because we are not on Hudson."
mvn -X -e -ntp -DskipNexusStagingDeployMojo=true --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
clean install
mvn -B -ntp $CLJS_SCRIPT_MVN_OPTS clean install
fi

rm -f src/main/cljs/cljs/core.aot.js
Expand Down

0 comments on commit c9eb8ec

Please sign in to comment.