Skip to content

Commit a08f411

Browse files
committed
ci-build.sh: remove redundant flag
1 parent 3ffc4a6 commit a08f411

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ci-build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,7 +196,7 @@ EOL
196196
if [ "$deployOK" -a -f release.properties ]; then
197197
echo
198198
echo "== Cutting and deploying release version =="
199-
mvn -B $BUILD_ARGS release:perform
199+
mvn $BUILD_ARGS release:perform
200200
checkSuccess $?
201201

202202
echo "== Invalidating SciJava Maven repository cache =="

0 commit comments

Comments
 (0)