Skip to content

Commit

Permalink
fix(circleci): use docker image for release job
Browse files Browse the repository at this point in the history
  • Loading branch information
shanejonas committed Jun 15, 2019
1 parent 27c19b9 commit b1b8eaf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ jobs:
- run: npm run electron:build

release:
docker:
- image: circleci/node:10
steps:
- run: echo "hello world"

Expand Down

0 comments on commit b1b8eaf

Please sign in to comment.