Skip to content

Commit 3d2fa19

Browse files
v1vSylvainJuge
andauthored
Apply suggestions from code review
Co-authored-by: SylvainJuge <[email protected]>
1 parent 665acdd commit 3d2fa19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.ci/release.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ java -version
2828

2929
set +x
3030
# Default in dry-run mode
31-
GOAL="install"
31+
GOAL="package"
3232
DRY_RUN_MSG="(dry-run)"
3333
# Otherwise, a RELEASE
3434
if [[ "$dry_run" == "false" ]] ; then

.ci/snapshot.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ java -version
2525

2626
set +x
2727
# Default in dry-run mode
28-
GOAL="install"
28+
GOAL="package"
2929
DRY_RUN_MSG="(dry-run)"
3030
# Otherwise, a RELEASE
3131
if [[ "$dry_run" == "false" ]] ; then
@@ -34,4 +34,4 @@ if [[ "$dry_run" == "false" ]] ; then
3434
fi
3535

3636
echo "--- Deploy the snapshot :package: [./mvnw $GOAL)] $DRY_RUN_MSG"
37-
./mvnw -V -s .ci/settings.xml -Pgpg clean $GOAL -DskipTests --batch-mode | tee release.txt
37+
./mvnw -V -s .ci/settings.xml -Pgpg clean $GOAL -DskipTests --batch-mode | tee snapshot.txt

0 commit comments

Comments
 (0)