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

Commit

Permalink
Remove install step in Kokoro staging job (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
dzou authored Apr 6, 2021
1 parent d2dac21 commit 9fae4b8
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .kokoro/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,6 @@ MAVEN_SETTINGS_FILE=$(realpath .)/settings.xml
setup_environment_secrets
create_settings_xml_file $MAVEN_SETTINGS_FILE

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

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

Expand Down

0 comments on commit 9fae4b8

Please sign in to comment.