Skip to content

Commit 1a13487

Browse files
committed
Update encrypted credentials file for testing
1 parent 216411a commit 1a13487

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.travis.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -229,9 +229,9 @@ matrix:
229229
- USE_CACHE=true
230230

231231
before_install:
232-
- if [ -n "$encrypted_1d9d7b1f171b_iv" ]; then
233-
openssl aes-256-cbc -K $encrypted_1d9d7b1f171b_key
234-
-iv $encrypted_1d9d7b1f171b_iv -in ci/travis_gbq.json.enc
232+
- if [ -n "$encrypted_4a66b2b60580_iv" ]; then
233+
openssl aes-256-cbc -K $encrypted_4a66b2b60580_key
234+
-iv $encrypted_4a66b2b60580_iv -in ci/travis_gbq.json.enc
235235
-out ci/travis_gbq.json -d;
236236
export VALID_GBQ_CREDENTIALS=True;
237237
fi

ci/travis_gbq.json.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)