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 9204bbc commit 7a6051cCopy full SHA for 7a6051c
.kokoro/secrets-example.sh
@@ -6,9 +6,9 @@
6
#
7
# Run the following gcloud command to decrypt secrets.sh.enc as follows:
8
9
-# gcloud kms decrypt --location=global --keyring=ci --key=ci \
10
-# --ciphertext-file=.kokoro/secrets.sh.enc \
11
-# --plaintext-file=.kokoro/secrets.sh
+ gcloud kms decrypt --location=global --keyring=ci --key=ci \
+ --ciphertext-file=.kokoro/secrets.sh.enc \
+ --plaintext-file=.kokoro/secrets.sh
12
13
# Then run `source .kokoro/secrets.sh`
14
@@ -140,3 +140,6 @@ export SYMFONY_DB_PASSWORD=$CLOUDSQL_PASSWORD
140
141
# Functions
142
export BLURRED_BUCKET_NAME=$GCLOUD_PROJECT-functions
143
+
144
+# Google Analytics APIs
145
+export GA_TEST_PROPERTY_ID=
0 commit comments