Skip to content

Commit 28f5009

Browse files
chore: remove release script secret logging (#3708)
1 parent c695a24 commit 28f5009

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

kokoro/ubuntu/release.sh

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,7 @@
55

66
# Fail on any error.
77
set -o errexit
8-
# Display commands being run.
9-
set -o xtrace
8+
109

1110
gsutil -q cp "gs://ct4e-m2-repositories-for-kokoro/m2-cache.tar" - \
1211
| tar -C "${HOME}" -xf -
@@ -20,10 +19,6 @@ if [ -z "$CLOUDSDK_PYTHON" ]; then
2019
fi
2120
gcloud components install app-engine-java --quiet
2221

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}"
2722

2823
# Exit if undefined (zero-length).
2924
[[ -n "${OAUTH_CLIENT_ID}" ]]

0 commit comments

Comments
 (0)