CI: fix typo
This commit is contained in:
parent
94205a3e81
commit
82d3adfd66
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ fi
|
|||
if [ $TRAVIS_SECURE_ENV_VARS = true ] && [ ! -z "$PUBLISH" ] && [ $TRAVIS_PULL_REQUEST = false ]; then
|
||||
if [ "$TRAVIS_BRANCH" = "master" ] && [ "$PUBLISH" != "spacemacs.org" ] ||
|
||||
[ "$TRAVIS_BRANCH" = "develop" ] && [ "$PUBLISH" != "develop.spacemacs.org" ]; then
|
||||
echo "branch is \"${TRAVIS_BRANCH}\" not publishing to \"${PUBLISH}\""
|
||||
echo "branch is \"${TRAVIS_BRANCH}\", now publishing to \"${PUBLISH}\"..."
|
||||
exit 0
|
||||
fi
|
||||
printf '=%.0s' {1..70}
|
||||
|
|
Reference in a new issue