Skip to content

Commit 3370680

Browse files
committed
#130 Add back in release:perform phase now that dryRun is working.
1 parent 091bcbf commit 3370680

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releasing-scripts/docker-release-build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,5 @@ git config --global user.name "$GIT_USERNAME"
3838
git config --global --list
3939

4040
echo "Building Parfait"
41-
MAVEN_GPG_PASSPHRASE=$GPG_PASSPHRASE mvn --batch-mode -DdryRun=${DRY_RUN} -DreleaseVersion="${RELEASE_VERSION}" -DdevelopmentVersion="${DEVELOPMENT_VERSION}" release:prepare
41+
MAVEN_GPG_PASSPHRASE=$GPG_PASSPHRASE mvn --batch-mode -DdryRun=${DRY_RUN} -DreleaseVersion="${RELEASE_VERSION}" -DdevelopmentVersion="${DEVELOPMENT_VERSION}" release:prepare release:perform
4242

0 commit comments

Comments
 (0)