Skip to content

Commit

Permalink
Merge pull request #834 from manifoldco/drosati/remove-vrt-for-tag
Browse files Browse the repository at this point in the history
remove vrt for tag
  • Loading branch information
domenicrosati authored Jan 13, 2020
2 parents 1a4e23d + 0b746b8 commit 34f036c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,14 +155,6 @@ workflows:
only: /^v[0-9]+\.[0-9]+\.[0-9]+-.*$/
requires:
- bundlesize
- vrt:
filters:
branches:
ignore: /.*/
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+-.*$/
requires:
- bundlesize
- npm-publish: # no approval needed for prerelease
filters:
branches:
Expand All @@ -172,7 +164,6 @@ workflows:
requires:
- lint
- test
- vrt
- cdn-publish:
latest: false
context: gcp-cdn-auth
Expand Down Expand Up @@ -212,15 +203,6 @@ workflows:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
requires:
- bundlesize
- vrt:
filters:
branches:
ignore:
- /.*/
tags:
only: /^v[0-9]+\.[0-9]+\.[0-9]+$/
requires:
- bundlesize
- confirm:
type: approval # manual approval step mandatory for final release
filters:
Expand All @@ -232,7 +214,6 @@ workflows:
requires:
- lint
- test
- vrt
- npm-publish:
filters:
branches:
Expand Down

1 comment on commit 34f036c

@vercel
Copy link

@vercel vercel bot commented on 34f036c Jan 13, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.