Skip to content

Commit

Permalink
simplify ntp flag for sackmesser
Browse files Browse the repository at this point in the history
  • Loading branch information
danistrebel committed Jan 21, 2022
1 parent 9103737 commit 0806efb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/apigee-sackmesser/cmd/deploy/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ if [ "$debug" = "T" ]; then
MVN_DEBUG="-X"
fi

if [ "$MVN_NTP" = "T" ]; then
MVN_NTP="-T"
if [ "$MVN_REDUCE_LOGS" = "T" ]; then
MVN_NTP="-ntp"
fi

if [ "$apiversion" = "google" ]; then
Expand Down
2 changes: 1 addition & 1 deletion tools/pipeline-runner/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ RUN apk add --no-cache \
ttf-freefont

# Reduce nighly log (requires maven 3.6.1+)
ENV MVN_NTP="T"
ENV MVN_REDUCE_LOGS="T"

# install claat
RUN wget -qO- https://github.com/googlecodelabs/tools/releases/download/v2.2.4/claat-linux-amd64 > /usr/local/bin/claat
Expand Down

0 comments on commit 0806efb

Please sign in to comment.