Skip to content
This repository has been archived by the owner on May 7, 2023. It is now read-only.

Commit

Permalink
push.sh update
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitanwar committed Feb 14, 2018
1 parent b610854 commit c221477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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/Chalarangelo/30-seconds-of-code.git" master > /dev/null 2>&1
git push --force "https://${GH_TOKEN}@github.com/kriadmin/30-seconds-of-python-code.git" master > /dev/null 2>&1
echo "Pushing done"
git status
fi
Expand Down

0 comments on commit c221477

Please sign in to comment.