Fix push
This commit is contained in:
@ -25,7 +25,7 @@ upload_files() {
|
|||||||
if [ $TRAVIS_EVENT_TYPE != "pull_request" ]; then
|
if [ $TRAVIS_EVENT_TYPE != "pull_request" ]; then
|
||||||
if [ $TRAVIS_BRANCH == "master" ]; then
|
if [ $TRAVIS_BRANCH == "master" ]; then
|
||||||
echo "Pushing to master branch..."
|
echo "Pushing to master branch..."
|
||||||
git push --quiet "https://${GH_TOKEN}@repoUrl" master > /dev/null 2>&1
|
git push --quiet "https://${GH_TOKEN}@github.com/30-seconds/30-seconds-blog.git" master > /dev/null 2>&1
|
||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user