Update for integration tools

This commit is contained in:
Angelos Chalaris
2019-12-03 11:45:54 +02:00
parent fb1dea33ea
commit 1c2f4fafd0
72 changed files with 287 additions and 35399 deletions

View File

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