Update push.sh

This commit is contained in:
Angelos Chalaris
2018-10-05 23:34:39 +03:00
committed by GitHub
parent 7f5be68c84
commit 14268ab274

View File

@ -23,7 +23,7 @@ upload_files() {
if [ $TRAVIS_EVENT_TYPE != "pull_request" ]; then
if [ $TRAVIS_BRANCH == "master" ]; then
echo "Pushing to master branch..."
git push --force "https://${GH_TOKEN}@github.com/30-seconds/30-seconds-of-css.git" master > /dev/null 2>&1
git push --force --quiet "https://${GH_TOKEN}@github.com/30-seconds/30-seconds-of-css.git" master > /dev/null 2>&1
fi
fi
}