We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c695a24 commit 28f5009Copy full SHA for 28f5009
kokoro/ubuntu/release.sh
@@ -5,8 +5,7 @@
5
6
# Fail on any error.
7
set -o errexit
8
-# Display commands being run.
9
-set -o xtrace
+
10
11
gsutil -q cp "gs://ct4e-m2-repositories-for-kokoro/m2-cache.tar" - \
12
| tar -C "${HOME}" -xf -
@@ -20,10 +19,6 @@ if [ -z "$CLOUDSDK_PYTHON" ]; then
20
19
fi
21
gcloud components install app-engine-java --quiet
22
23
-echo "OAUTH_CLIENT_ID: ${OAUTH_CLIENT_ID}"
24
-echo "OAUTH_CLIENT_SECRET: ${OAUTH_CLIENT_SECRET}"
25
-echo "FIRELOG_API_KEY: ${FIRELOG_API_KEY}"
26
-echo "PRODUCT_VERSION_SUFFIX: ${PRODUCT_VERSION_SUFFIX}"
27
28
# Exit if undefined (zero-length).
29
[[ -n "${OAUTH_CLIENT_ID}" ]]
0 commit comments