Skip to content

Commit d3fbcaf

Browse files
committed
Fixing release-jetty.sh script
1 parent 99c049e commit d3fbcaf

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

scripts/release-jetty.sh

-3
Original file line numberDiff line numberDiff line change
@@ -162,10 +162,7 @@ if proceedyn "Are you sure you want to release using above? (y/N)" n; then
162162

163163
# This is equivalent to 'mvn release:perform'
164164
if proceedyn "Build/Deploy from tag $TAG_NAME? (Y/n)" y; then
165-
git checkout $TAG_NAME
166165
mvn clean deploy -Peclipse-release $DEPLOY_OPTS
167-
reportMavenTestFailures
168-
git checkout $GIT_BRANCH_ID
169166
fi
170167
if proceedyn "Update working directory for $VER_NEXT? (Y/n)" y; then
171168
echo "Update VERSION.txt for $VER_NEXT"

0 commit comments

Comments
 (0)