Skip to content

Commit

Permalink
CI: Remove "Install root dependencies" phase where possible, as it's …
Browse files Browse the repository at this point in the history
…now part of bootstrap:core
  • Loading branch information
Hypnosphi committed Sep 6, 2017
1 parent c9c59be commit 80f3280
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,6 @@ jobs:
keys:
- root-dependencies-{{ checksum "package.json" }}
- root-dependencies-
- run:
name: "Install root dependencies"
command: |
yarn install
- run:
name: "Bootstrapping"
command: |
Expand All @@ -84,10 +80,6 @@ jobs:
keys:
- root-dependencies-{{ checksum "package.json" }}
- root-dependencies-
- run:
name: "Install root dependencies"
command: |
yarn install
- run:
name: "Bootstrapping packages"
command: |
Expand All @@ -110,10 +102,6 @@ jobs:
keys:
- root-dependencies-{{ checksum "package.json" }}
- root-dependencies-
- run:
name: "Install root dependencies"
command: |
yarn install
- run:
name: "Bootstrapping"
command: |
Expand Down Expand Up @@ -146,10 +134,6 @@ jobs:
keys:
- root-dependencies-{{ checksum "package.json" }}
- root-dependencies-
- run:
name: "Install root dependencies"
command: |
yarn install
- run:
name: "Bootstrapping"
command: |
Expand Down

0 comments on commit 80f3280

Please sign in to comment.