Skip to content

Commit 7cef09f

Browse files
committed
less quiet publishing to help track down errors
1 parent f8fdb40 commit 7cef09f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/jsdoc/publish.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ if [ "$TRAVIS_REPO_SLUG" == "watson-developer-cloud/speech-javascript-sdk" ] &&
1313

1414
git config --global user.email "[email protected]"
1515
git config --global user.name "travis-ci"
16-
git clone --quiet --branch=gh-pages https://${GH_TOKEN}@github.com/watson-developer-cloud/speech-javascript-sdk gh-pages || echo "git clone failed" && exit 1
16+
git clone --branch=gh-pages https://${GH_TOKEN}@github.com/watson-developer-cloud/speech-javascript-sdk gh-pages || echo "git clone failed" && exit 1
1717

1818
pushd gh-pages
1919
# on tagged builds, $TRAVIS_BRANCH is the tag (e.g. v1.2.3), otherwise it's the branch name (e.g. master)

0 commit comments

Comments
 (0)