From 9a047dd5a67104f445aed6b288139ab99e958583 Mon Sep 17 00:00:00 2001 From: Luke Sneeringer Date: Fri, 13 Oct 2017 12:28:15 -0700 Subject: [PATCH] Fix system test config. (#10) --- packages/google-cloud-language/.circleci/config.yml | 8 -------- 1 file changed, 8 deletions(-) diff --git a/packages/google-cloud-language/.circleci/config.yml b/packages/google-cloud-language/.circleci/config.yml index 286149e73b1..97f54e8d3f9 100644 --- a/packages/google-cloud-language/.circleci/config.yml +++ b/packages/google-cloud-language/.circleci/config.yml @@ -187,12 +187,6 @@ 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 @@ -200,8 +194,6 @@ jobs: 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.