Skip to content

Commit

Permalink
ci(circle): Removes setup docker command
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwiens committed Apr 2, 2018
1 parent 342b3c6 commit 2c3e6b5
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
unit_tests: &unit_tests
steps:
- checkout
- setup_remote_docker
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
Expand All @@ -13,7 +12,6 @@ unit_tests: &unit_tests
canary_tests: &canary_tests
steps:
- checkout
- setup_remote_docker
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
Expand All @@ -33,7 +31,6 @@ jobs:
- image: webpackcontrib/circleci-node-base:latest
steps:
- checkout
- setup_remote_docker
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
Expand All @@ -49,7 +46,6 @@ jobs:
- image: webpackcontrib/circleci-node8:latest
steps:
- checkout
- setup_remote_docker
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
Expand Down Expand Up @@ -79,7 +75,6 @@ jobs:
- image: webpackcontrib/circleci-node-base:latest
steps:
- checkout
- setup_remote_docker
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
Expand All @@ -99,7 +94,6 @@ jobs:
- image: webpackcontrib/circleci-node-base:latest
steps:
- checkout
- setup_remote_docker
- restore_cache:
key: dependency-cache-{{ checksum "package-lock.json" }}
- run:
Expand Down Expand Up @@ -154,6 +148,7 @@ workflows:
- publish:
requires:
- node8-latest
- node8-canary
- node9-latest
filters:
branches:
Expand Down

0 comments on commit 2c3e6b5

Please # to comment.