Skip to content

Commit

Permalink
Update credentials for GCP service account (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
mathiaseitz committed May 20, 2020
1 parent 9158201 commit 331120e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/run-tests.sh
Expand Up @@ -5,7 +5,7 @@ echo TRAVIS_REPO_SLUG is set to "$TRAVIS_REPO_SLUG"
echo TRAVIS_PULL_REQUEST is set to "$TRAVIS_PULL_REQUEST"
if [ "$TRAVIS_PULL_REQUEST" = "false" ]; then
echo PR is an internal PR coming from "$TRAVIS_REPO_SLUG".
openssl aes-256-cbc -K "$encrypted_335424c81256_key" -iv "$encrypted_335424c81256_iv" -in .travis/service-account-key.json.enc -out "$HOME"/service-account-key.json -d
openssl aes-256-cbc -K "$encrypted_c49b49c0ca67_key" -iv "$encrypted_c49b49c0ca67_iv" -in .travis/service-account-key.json.enc -out "$HOME"/service-account-key.json -d
export GOOGLE_APPLICATION_CREDENTIALS=$HOME/service-account-key.json
export TEST_BUCKET=othoz-gcsfs-tests
pytest --cov=fs_gcsfs --cov-branch --cov-report=xml --numprocesses=16
Expand Down
Binary file modified .travis/service-account-key.json.enc
Binary file not shown.

0 comments on commit 331120e

Please sign in to comment.