Skip to content

Commit

Permalink
fix(ci): test2
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesrabo committed Jun 19, 2019
1 parent 02af17f commit f9df42f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ jobs:
build:
docker:
- image: circleci/node:10.5.0
working-directory: ~/
steps:
- checkout
- restore_cache:
Expand All @@ -19,10 +18,9 @@ jobs:
name: Lint test
command: npm run lint
# This is where we should add test
deploy-prod:
deploy:
docker:
- image: circleci/node:10.5.0
working-directory: ~/
steps:
- run:
name: Semantic Release
Expand All @@ -33,7 +31,7 @@ workflows:
build-deploy:
jobs:
- build
- deploy-prod:
- deploy:
requires:
- build
filters:
Expand Down

0 comments on commit f9df42f

Please sign in to comment.