Skip to content

Commit

Permalink
chore: remove release-preview step
Browse files Browse the repository at this point in the history
  • Loading branch information
frontendphil committed Sep 17, 2020
1 parent 553b02d commit 44fce63
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions .circleci/config.yml
Expand Up @@ -70,15 +70,6 @@ jobs:
name: Codecov
command: bash <(curl -s https://codecov.io/bash)

release-preview:
<<: *defaults
steps:
- checkout
- *restore_cache
- run:
name: Post release preview
command: "[[ $CI_PULL_REQUEST != '' ]] && yarn semantic-release-preview || exit 0"

release:
<<: *defaults
steps:
Expand Down Expand Up @@ -108,20 +99,11 @@ workflows:
- test:
requires:
- install
- release-preview:
requires:
- lint
- flow
- test
filters:
branches:
ignore: master
- release:
context: NPM
requires:
- lint
- flow
- test
filters:
branches:
only: master

0 comments on commit 44fce63

Please sign in to comment.