Skip to content

Commit 41bf900

Browse files
committed
Update reactive-check condition in prepare release script
Signed-off-by: marko-bekhta <[email protected]>
1 parent 31f6515 commit 41bf900

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

prepare-release.sh

+2-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,8 @@ if [ "$PROJECT" == "orm" ]; then
5454
-Pgradle.publish.key=$PLUGIN_PORTAL_USERNAME -Pgradle.publish.secret=$PLUGIN_PORTAL_PASSWORD \
5555
-PhibernatePublishUsername=$OSSRH_USER -PhibernatePublishPassword=$OSSRH_PASSWORD \
5656
-DsigningPassword=$RELEASE_GPG_PASSPHRASE -DsigningKeyFile=$RELEASE_GPG_PRIVATE_KEY_PATH
57-
elif [ "$PROJECT" == "reactive" ]; then
58-
# Hibernate Reactive does these checks in the `cirelease` task (called by publish.sh)
59-
else
57+
elif [ "$PROJECT" != "reactive" ]; then
58+
# Hibernate Reactive does these checks in the `cirelease` task (called by publish.sh)
6059
"$SCRIPTS_DIR/check-sourceforge-availability.sh"
6160
"$SCRIPTS_DIR/update-readme.sh" $PROJECT $RELEASE_VERSION "$WORKSPACE/README.md"
6261
"$SCRIPTS_DIR/update-changelog.sh" $PROJECT $RELEASE_VERSION "$WORKSPACE/changelog.txt"

0 commit comments

Comments
 (0)