Skip to content

Commit

Permalink
Update local release script
Browse files Browse the repository at this point in the history
Signed-off-by: Rob Stryker <[email protected]>
  • Loading branch information
robstryker committed Oct 7, 2024
1 parent 22ada2d commit 209e4e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tychoAndNpmUpversionMicroTagPush.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ mvn org.eclipse.tycho:tycho-versions-plugin:1.3.0:set-version -DnewVersion=$newv

echo "Lets build the RSP"
read -p "Press enter to continue"
mvn clean install -DskipTests
mvn clean install -DskipTests -Dtycho.localArtifacts=ignore
echo "Did it succeed?"
read -p "Press enter to continue"

Expand Down

0 comments on commit 209e4e0

Please sign in to comment.