Remove PR check from GH Pages build hook for stable branch (#9144)

This commit is contained in:
Dan Abramov 2017-03-10 01:17:27 +00:00 committed by GitHub
parent 7fa311bcd9
commit c96482d37f
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
set -e
if [ -z $CI_PULL_REQUEST ] && [ "$CIRCLE_BRANCH" = "$REACT_WEBSITE_BRANCH" ]; then
if [ "$CIRCLE_BRANCH" = "$REACT_WEBSITE_BRANCH" ]; then
GH_PAGES_DIR=`pwd`/../react-gh-pages