Skip to content

Commit 4cc31b4

Browse files
committed
Comment out storybook-deploy step
The Storybook deploy step is currently broken because it's using the wrong source branch (`master` instead of `develop`), and because the key that CircleCI is setup with doesn't have write access to the repo. While I expect we'll get these two problems fixed soon, this ensures that we at least have passing builds on `develop` in the meantime.
1 parent 1d73d90 commit 4cc31b4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.circleci/config.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -83,12 +83,12 @@ workflows:
8383
- prep-build
8484
# - prep-docs
8585
- all-tests-pass
86-
- job-publish-storybook:
87-
filters:
88-
branches:
89-
only: develop
90-
requires:
91-
- prep-deps
86+
# - job-publish-storybook:
87+
# filters:
88+
# branches:
89+
# only: develop
90+
# requires:
91+
# - prep-deps
9292
- coveralls-upload:
9393
requires:
9494
- test-unit
@@ -355,16 +355,16 @@ jobs:
355355
# git config --global user.name "metamaskbot" &&
356356
# git config --global user.email "admin@metamask.io" &&
357357
# yarn publish-docs
358-
job-publish-storybook:
359-
docker:
360-
- image: circleci/node:10.17-browsers
361-
steps:
362-
- checkout
363-
- attach_workspace:
364-
at: .
365-
- run:
366-
name: storybook:deploy
367-
command: yarn storybook:deploy
358+
# job-publish-storybook:
359+
# docker:
360+
# - image: circleci/node:10.17-browsers
361+
# steps:
362+
# - checkout
363+
# - attach_workspace:
364+
# at: .
365+
# - run:
366+
# name: storybook:deploy
367+
# command: yarn storybook:deploy
368368

369369
test-unit:
370370
docker:

0 commit comments

Comments
 (0)