Skip to content

Commit

Permalink
Fixing release-jetty.sh script
Browse files Browse the repository at this point in the history
  • Loading branch information
joakime committed Aug 25, 2023
1 parent 900f50f commit 3a21a6f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions scripts/release-jetty.sh
Expand Up @@ -162,10 +162,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 deploy -Peclipse-release $DEPLOY_OPTS
reportMavenTestFailures
git checkout $GIT_BRANCH_ID
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 3a21a6f

Please sign in to comment.