mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 01:47:00 +01:00
Disable release script from CircleCI
The MetaMask bot is currently failing to publish docs updates, and it is [blocking our ability to release new versions](https://github.com/MetaMask/metamask-extension/pull/6765). While we should pursue a proper fix, I think it's worth disabling in the meanwhile so this glitch doesn't interfere with our regular release cadence further.
This commit is contained in:
parent
27a572d15a
commit
07f55bc390
@ -8,9 +8,9 @@ workflows:
|
||||
- prep-build:
|
||||
requires:
|
||||
- prep-deps-npm
|
||||
- prep-docs:
|
||||
requires:
|
||||
- prep-deps-npm
|
||||
# - prep-docs:
|
||||
# requires:
|
||||
# - prep-deps-npm
|
||||
- prep-scss:
|
||||
requires:
|
||||
- prep-deps-npm
|
||||
@ -66,16 +66,16 @@ workflows:
|
||||
- prep-build
|
||||
- job-screens
|
||||
- all-tests-pass
|
||||
- job-publish-release:
|
||||
filters:
|
||||
branches:
|
||||
only: master
|
||||
requires:
|
||||
- prep-deps-npm
|
||||
- prep-build
|
||||
- prep-docs
|
||||
- job-screens
|
||||
- all-tests-pass
|
||||
# - job-publish-release:
|
||||
# filters:
|
||||
# branches:
|
||||
# only: master
|
||||
# requires:
|
||||
# - prep-deps-npm
|
||||
# - prep-build
|
||||
# - prep-docs
|
||||
# - job-screens
|
||||
# - all-tests-pass
|
||||
|
||||
jobs:
|
||||
prep-deps-npm:
|
||||
|
Loading…
Reference in New Issue
Block a user