Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Comment out storybook-deploy step #7913

Merged
merged 1 commit into from
Jan 27, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
32 changes: 16 additions & 16 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,12 +83,12 @@ workflows:
- prep-build
# - prep-docs
- all-tests-pass
- job-publish-storybook:
filters:
branches:
only: develop
requires:
- prep-deps
# - job-publish-storybook:
# filters:
# branches:
# only: develop
# requires:
# - prep-deps
- coveralls-upload:
requires:
- test-unit
Expand Down Expand Up @@ -355,16 +355,16 @@ jobs:
# git config --global user.name "metamaskbot" &&
# git config --global user.email "admin@metamask.io" &&
# yarn publish-docs
job-publish-storybook:
docker:
- image: circleci/node:10.17-browsers
steps:
- checkout
- attach_workspace:
at: .
- run:
name: storybook:deploy
command: yarn storybook:deploy
# job-publish-storybook:
# docker:
# - image: circleci/node:10.17-browsers
# steps:
# - checkout
# - attach_workspace:
# at: .
# - run:
# name: storybook:deploy
# command: yarn storybook:deploy

test-unit:
docker:
Expand Down