Skip to content

Commit

Permalink
Fix system test config. (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukesneeringer authored Oct 13, 2017
1 parent 9148527 commit 9a047dd
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/google-cloud-language/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -187,21 +187,13 @@ jobs:
openssl aes-256-cbc -d -in .circleci/key.json.enc \
-out .circleci/key.json \
-k "${SYSTEM_TESTS_ENCRYPTION_KEY}"
- run:
name: Decrypt second account credentials (storage-specific).
command: |
openssl aes-256-cbc -d -in .circleci/no-whitelist-key.json.enc \
-out .circleci/no-whitelist-key.json \
-k "${SYSTEM_TESTS_ENCRYPTION_KEY}"
- run:
name: Install modules and dependencies.
command: npm install
- run:
name: Run system tests.
command: npm run system-test
environment:
GCN_STORAGE_2ND_PROJECT_ID: gcloud-node-whitelist-ci-tests
GCN_STORAGE_2ND_PROJECT_KEY: .circleci/no-whitelist-key.json
GOOGLE_APPLICATION_CREDENTIALS: .circleci/key.json
- run:
name: Remove unencrypted key.
Expand Down

0 comments on commit 9a047dd

Please sign in to comment.