Skip to content
This repository has been archived by the owner on Sep 21, 2022. It is now read-only.

Commit

Permalink
Merge pull request #1 from reactioncommerce/feat-kieckhafer-enableSem…
Browse files Browse the repository at this point in the history
…anticRelease

feat: enable semantic-release
  • Loading branch information
Maria Paktiti authored Apr 23, 2020
2 parents 416adcd + 6be1325 commit fb87e6b
Showing 1 changed file with 10 additions and 29 deletions.
39 changes: 10 additions & 29 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,7 @@ jobs:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# deploy:
# docker:
# - image: node:12

# steps:
# - checkout

# - restore_cache:
# keys:
# - v1-dependencies-{{ checksum "package.json" }}
# # fallback to using the latest cache if no exact match is found
# - v1-dependencies-

# - run: npx semantic-release

lint:
deploy:
docker:
- image: node:12

Expand All @@ -46,9 +31,9 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: npm run lint
- run: npx semantic-release

test:
lint:
docker:
- image: node:12

Expand All @@ -61,7 +46,7 @@ jobs:
# fallback to using the latest cache if no exact match is found
- v1-dependencies-

- run: npm run test
- run: npm run lint

workflows:
version: 2
Expand All @@ -72,14 +57,10 @@ workflows:
- lint:
requires:
- build
- test:
- deploy:
context: reaction-publish-semantic-release
requires:
- build
# - deploy:
# context: reaction-publish-semantic-release
# requires:
# - lint
# - test
# filters:
# branches:
# only: trunk
- lint
filters:
branches:
only: trunk

0 comments on commit fb87e6b

Please sign in to comment.