We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14fd816 commit 6aa7362Copy full SHA for 6aa7362
.build_scripts/deploy.sh
@@ -10,7 +10,7 @@ if [ $TRAVIS_PULL_REQUEST = "false" ] && [ $TRAVIS_BRANCH = ${DEPLOY_BRANCH} ];
10
git config user.email "[email protected]"
11
git add .
12
git commit -m "CI deploy to gh-pages"
13
- git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:master
+ git push --force --quiet "https://${GH_TOKEN}@${GH_REF}" master:master > /dev/null 2>&1
14
else
15
echo "Not a publishable branch so we're all done here"
16
fi
0 commit comments