Skip to content

Commit

Permalink
Use prebuilt image to speed up CI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jesstelford committed Jul 4, 2018
1 parent d03fd74 commit 50a62ef
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 2
x-job-setup: &job-setup
docker:
# specify the version you desire here
- image: circleci/node:carbon
- image: circleci/node:carbon-browsers
- image: mongo:3.4.4

working_directory: /home/circleci/repo
Expand Down Expand Up @@ -51,7 +51,6 @@ jobs:
steps:
- checkout
- restore_cache: *restore-cache
- run: sudo apt-get install xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
- run: sudo yarn global add bolt
- run:
name: Bolt - Install packages
Expand Down Expand Up @@ -79,7 +78,6 @@ jobs:
steps:
- checkout
- restore_cache: *restore-cache
- run: sudo apt-get install xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
- run: sudo yarn global add bolt
- run:
name: Bolt - Install packages
Expand All @@ -104,7 +102,6 @@ jobs:
steps:
- checkout
- restore_cache: *restore-cache
- run: sudo apt-get install xvfb libgtk2.0-0 libnotify-dev libgconf-2-4 libnss3 libxss1 libasound2
- run: sudo yarn global add bolt
- run:
name: Bolt - Install packages
Expand Down

0 comments on commit 50a62ef

Please sign in to comment.