Skip to content

Commit

Permalink
fix circle config
Browse files Browse the repository at this point in the history
  • Loading branch information
Tim Kye authored and Tim Kye committed Mar 12, 2019
1 parent bee16a2 commit 2b35e05
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
defaults: &defaults
working_directory: ~/app
docker:
- image: nikengp/node6:v0.4
- image: nikengp/node8:v0.4
version: 2
jobs:
build:
Expand All @@ -18,12 +18,6 @@ jobs:

workflows:
version: 2
build-n-deploy:
build:
jobs:
- build
- deploy:
requires:
- build
filters:
branches:
only: master
- build

0 comments on commit 2b35e05

Please sign in to comment.