Skip to content

Commit 55d5569

Browse files
committed
test the release signing
1 parent 0a5f5ed commit 55d5569

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

script/build

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,15 +64,16 @@ mv $AOT_CACHE_FILE src/main/cljs/cljs/core.cljs.cache.aot.edn
6464

6565
# For Hudson server
6666
if [ "$HUDSON" = "true" ]; then
67-
mvn -B --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
67+
mvn -B -ntp --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
6868
clean deploy nexus-staging:release
6969

7070
echo "Creating tag $TAG"
7171
git tag -f "$TAG"
7272
git push origin "$TAG"
7373
else
7474
echo "Skipping remote deployment and Git tag because we are not on Hudson."
75-
mvn $CLJS_SCRIPT_MVN_OPTS clean install
75+
mvn -B -ntp -DskipNexusStagingDeployMojo=true --fail-at-end -Psonatype-oss-release $CLJS_SCRIPT_MVN_OPTS \
76+
clean install
7677
fi
7778

7879
rm -f src/main/cljs/cljs/core.aot.js

0 commit comments

Comments
 (0)