Skip to content
This repository has been archived by the owner on Apr 2, 2023. It is now read-only.

Commit

Permalink
Add release profile to Kokoro stage job (#112)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzou authored Apr 5, 2021
1 parent bdf6f6d commit d2dac21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .kokoro/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ setup_environment_secrets
create_settings_xml_file $MAVEN_SETTINGS_FILE

# Install and run unit tests.
./mvnw install -B -V
./mvnw install -B -V -P release

# change to release version
./mvnw versions:set -DremoveSnapshot
Expand Down

0 comments on commit d2dac21

Please sign in to comment.