Skip to content

Commit

Permalink
chore: Adding timestamps for stage build (#1548)
Browse files Browse the repository at this point in the history
  • Loading branch information
ddixit14 authored Jan 30, 2023
1 parent 174b477 commit 4f75832
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .kokoro/stage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ setup_environment_secrets
create_settings_xml_file $MAVEN_SETTINGS_FILE

# run unit tests
mvn verify --show-version --batch-mode
mvn verify --show-version --batch-mode -Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS

# stage release
mvn deploy \
-Dorg.slf4j.simpleLogger.showDateTime=true -Dorg.slf4j.simpleLogger.dateTimeFormat=HH:mm:ss:SSS \
--batch-mode \
--settings ${MAVEN_SETTINGS_FILE} \
-DskipTests=true \
Expand Down

0 comments on commit 4f75832

Please sign in to comment.