Skip to content

Commit

Permalink
fix(ci): build env on base image
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCharlesBlake committed Mar 13, 2019
1 parent 3053e7e commit af56754
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ executors:
environment:
FOO: bar
docker:
- image: circleci/node:10.14.2
- image: poetapp/base:10.14.2-alpine

jobs:
build:
Expand All @@ -13,9 +13,6 @@ jobs:
- checkout
- restore_cache:
key: v1-{{ checksum "package-lock.json" }}
- run:
name: OS deps
command: sudo apt-get update && sudo apt-get install -y rsync
- run:
name: Install deps
command: npm install
Expand All @@ -40,9 +37,6 @@ jobs:
- checkout
- restore_cache:
key: v1-{{ checksum "package-lock.json" }}
- run:
name: OS deps
command: sudo apt-get update && sudo apt-get install -y rsync
- run:
name: Build dist
command: npm run build
Expand Down

0 comments on commit af56754

Please sign in to comment.