Skip to content

Commit

Permalink
Improve release-jetty.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Aug 23, 2023
1 parent eb39055 commit d90c600
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions scripts/release-jetty.sh
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,7 @@ if proceedyn "Are you sure you want to release using above? (y/N)" n; then

# This is equivalent to 'mvn release:perform'
if proceedyn "Build/Deploy from tag $TAG_NAME? (Y/n)" y; then
git checkout $TAG_NAME
mvn clean package deploy -Peclipse-release $DEPLOY_OPTS
reportMavenTestFailures
git checkout $GIT_BRANCH_ID
mvn clean deploy -Peclipse-release $DEPLOY_OPTS
fi
if proceedyn "Update working directory for $VER_NEXT? (Y/n)" y; then
echo "Update VERSION.txt for $VER_NEXT"
Expand Down

0 comments on commit d90c600

Please sign in to comment.