Skip to content
Snippets Groups Projects
Commit 76d4cb61 authored by justinw's avatar justinw
Browse files

Add circle ci 2.0 config file

parent 68382816
No related branches found
No related tags found
No related merge requests found
version: 2
jobs:
build:
docker:
- image: docker:17-git
steps:
- checkout
- setup_remote_docker
- run:
name: Build Docker image
command: docker build -f node-6.dockerfile -t steemjs .
- run:
name: Save Docker image
command: docker save -o steemjs.tar steemjs
- persist_to_workspace:
root: .
paths:
- steemjs.tar
workflows:
version: 2
condenser:
jobs:
- build
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment