switched from go docker image to node docker image

pull/14/head
Scott Anderson 2019-01-18 14:38:23 -07:00
parent bf5e688be2
commit a1b2f30ab3
2 changed files with 2 additions and 7 deletions

View File

@ -2,7 +2,7 @@ version: 2
jobs:
build:
docker:
- image: circleci/golang:latest
- image: circleci/nodejs:latest
environment:
HUGO_VERSION: "0.53"
S3DEPLOY_VERSION: "2.3.0"
@ -23,7 +23,7 @@ jobs:
command: ./deploy/ci-install-s3deploy.sh
- run:
name: Install NPM dependencies
command: ./deploy/ci-install-node.sh
command: npm i -g postcss-cli autoprefixer
- save_cache:
key: install-v1-{{ checksum ".circleci/config.yml" }}
paths:

View File

@ -1,5 +0,0 @@
set -x
set -e
sudo apt-get install -y nodejs npm
npm i -g postcss-cli autoprefixer