1
1
mirror of https://github.com/primer/css.git synced 2024-12-25 07:03:35 +03:00

Remove test

This commit is contained in:
Jon Rohan 2018-06-28 12:36:23 -07:00
parent 20cad391f2
commit e815e94a7f

View File

@ -7,11 +7,5 @@ event=$TRAVIS_EVENT_TYPE
# only publish canary releases on PRs against dev
if [[ "$event" = "pull_request" ]] && [[ !("$branch" =~ ^release-.*) ]] && [[ !("$branch" = "master") ]];
then
# Build and publish storybook
# test. TODO: REMOVE
$(npm bin)/build-storybook -o build
$(npm bin)/gh-pages -d build -b gh-pages --silent -r https://primer-css:${GH_TOKEN}@github.com/primer/storybook
script/release-pr --yes
fi