Skip to content
This repository has been archived by the owner on Nov 26, 2020. It is now read-only.

Commit

Permalink
Merge pull request #67 from LD4P/circleci-docker-image
Browse files Browse the repository at this point in the history
circleci uses appropriate docker image
  • Loading branch information
jermnelson committed Oct 9, 2018
2 parents 5b1618a + 5be41bc commit 1bd3780
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 14 deletions.
9 changes: 3 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Javascript Node CircleCI 2.0 configuration file
# Node.js Javascript CircleCI 2.0 configuration file
#
# Check https://circleci.com/docs/2.0/language-javascript/ for more details
# Check https://hub.docker.com/r/circleci/node/ for more details
#
version: 2
jobs:
build:
docker:
- image: circleci/node:10.0.0
- image: circleci/node:10.11-browsers

working_directory: ~/sinopia_profile_editor

Expand All @@ -17,9 +17,6 @@ jobs:
command: 'sudo npm install -g npm@latest'
- restore_cache:
key: dependency-cache-{{ checksum "package.json" }}
- run:
name: Workaround for GoogleChrome/puppeteer#290
command: 'sh .circleci/setup_puppeteer.sh'
- run:
name: npm install
command: npm install
Expand Down
8 changes: 0 additions & 8 deletions .circleci/setup_puppeteer.sh

This file was deleted.

0 comments on commit 1bd3780

Please sign in to comment.