Skip to content

Commit

Permalink
test(ci-config): Iterating on .circleci/config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
VivekMChawla committed Mar 15, 2019
1 parent 13121f6 commit 21a3191
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ jobs:
- image: node:latest
working_directory: ~/cli
steps:
- checkout
- restore_cache: &restore_cache2
keys:
- v1-npm-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
- v1-npm-{{checksum ".circleci/config.yml"}}
- run:
name: Install system dependencies
command: |
Expand Down Expand Up @@ -49,11 +54,6 @@ jobs:
-u $DEVHUB_SFDC_USERNAME \
-d \
-a DevHub-PBO
- checkout
- restore_cache: &restore_cache2
keys:
- v1-npm-{{checksum ".circleci/config.yml"}}-{{checksum "yarn.lock"}}
- v1-npm-{{checksum ".circleci/config.yml"}}
- run:
name: Install dependencies
command: yarn
Expand Down

0 comments on commit 21a3191

Please sign in to comment.