diff --git a/tools/apigee-sackmesser/cmd/deploy/deploy.sh b/tools/apigee-sackmesser/cmd/deploy/deploy.sh index a2decf1de..e58089e4b 100755 --- a/tools/apigee-sackmesser/cmd/deploy/deploy.sh +++ b/tools/apigee-sackmesser/cmd/deploy/deploy.sh @@ -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 diff --git a/tools/pipeline-runner/Dockerfile b/tools/pipeline-runner/Dockerfile index 44975bf17..3ac11fd6e 100644 --- a/tools/pipeline-runner/Dockerfile +++ b/tools/pipeline-runner/Dockerfile @@ -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