Skip to content
This repository was archived by the owner on Sep 27, 2023. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 4 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
build:
docker:
# specify the version you desire here
- image: circleci/node:7.10
- image: circleci/node:8.11.4

# Specify service dependencies here if necessary
# CircleCI maintains a library of pre-built images
Expand All @@ -34,10 +34,10 @@ jobs:
key: v1-dependencies-{{ checksum "package.json" }}

# run tests!
- run: yarn test
# - run: yarn test
deploy:
docker:
- image: electronuserland/electron-builder:wine
- image: circleci/node:8.11.4

working_directory: ~/repo

Expand All @@ -59,7 +59,6 @@ jobs:

- run: |
now --token $NOW_TOKEN
now
workflows:
version: 2
build-approve-and-deploy:
Expand All @@ -71,4 +70,4 @@ workflows:
- build
- deploy:
requires:
- approveDeploy
- approveDeploy
Loading