Skip to content

Commit 7a6051c

Browse files
committed
add placeholder variable for Google Analytics
1 parent 9204bbc commit 7a6051c

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.kokoro/secrets-example.sh

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@
66
#
77
# Run the following gcloud command to decrypt secrets.sh.enc as follows:
88
#
9-
# gcloud kms decrypt --location=global --keyring=ci --key=ci \
10-
# --ciphertext-file=.kokoro/secrets.sh.enc \
11-
# --plaintext-file=.kokoro/secrets.sh
9+
gcloud kms decrypt --location=global --keyring=ci --key=ci \
10+
--ciphertext-file=.kokoro/secrets.sh.enc \
11+
--plaintext-file=.kokoro/secrets.sh
1212
#
1313
# Then run `source .kokoro/secrets.sh`
1414
#
@@ -140,3 +140,6 @@ export SYMFONY_DB_PASSWORD=$CLOUDSQL_PASSWORD
140140

141141
# Functions
142142
export BLURRED_BUCKET_NAME=$GCLOUD_PROJECT-functions
143+
144+
# Google Analytics APIs
145+
export GA_TEST_PROPERTY_ID=

0 commit comments

Comments
 (0)