Skip to content

Commit

Permalink
Merge pull request #2 from googleapis/fix_circle
Browse files Browse the repository at this point in the history
no system tests for os-login
  • Loading branch information
alexander-fenster authored Dec 21, 2017
2 parents 87f43b4 + f58eeae commit a92d1fd
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions packages/google-cloud-oslogin/.circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,10 @@ workflows:
filters:
tags:
only: /.*/
- system_tests:
- publish_npm:
requires:
- lint
- docs
filters:
branches:
only: master
tags:
only: /^v[\d.]+$/
- publish_npm:
requires:
- system_tests
filters:
branches:
ignore: /.*/
Expand Down Expand Up @@ -148,32 +140,6 @@ jobs:
name: Build documentation.
command: npm run docs

system_tests:
docker:
- image: node:8
user: node
steps:
- checkout
- run:
name: Decrypt credentials.
command: |
openssl aes-256-cbc -d -in .circleci/key.json.enc \
-out .circleci/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:
GCLOUD_PROJECT: long-door-651
GOOGLE_APPLICATION_CREDENTIALS: .circleci/key.json
- run:
name: Remove unencrypted key.
command: rm .circleci/key.json
when: always

publish_npm:
docker:
- image: node:8
Expand Down

0 comments on commit a92d1fd

Please sign in to comment.