mirror of
https://github.com/primer/css.git
synced 2024-12-25 07:03:35 +03:00
Remove test
This commit is contained in:
parent
20cad391f2
commit
e815e94a7f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user