Skip to content

Commit 1939236

Browse files
committed
TST: update gbq service account key
Re-enable gbq integration tests.
1 parent 5507452 commit 1939236

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

ci/travis_encrypt_gbq.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ if [[ ! -f $GBQ_JSON_FILE ]]; then
1919
fi
2020

2121
echo "Encrypting $GBQ_JSON_FILE..."
22-
read -d "\n" TRAVIS_KEY TRAVIS_IV <<<$(travis encrypt-file $GBQ_JSON_FILE \
22+
read -d "\n" TRAVIS_KEY TRAVIS_IV <<<$(travis encrypt-file -r tswast/pandas $GBQ_JSON_FILE \
2323
travis_gbq.json.enc -f | grep -o "\w*_iv\|\w*_key");
2424

2525
echo "Adding your secure key to travis_gbq_config.txt ..."

ci/travis_gbq.json.enc

0 Bytes
Binary file not shown.

ci/travis_gbq_config.txt

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
TRAVIS_IV_ENV=encrypted_1d9d7b1f171b_iv
2-
TRAVIS_KEY_ENV=encrypted_1d9d7b1f171b_key
1+
TRAVIS_IV_ENV=encrypted_e05c934e101e_iv
2+
TRAVIS_KEY_ENV=encrypted_e05c934e101e_key

0 commit comments

Comments
 (0)