mirror of
https://github.com/zhigang1992/probot.github.io.git
synced 2026-04-23 20:00:51 +08:00
Specify branch to push to
This commit is contained in:
@@ -18,5 +18,5 @@ git diff --quiet || {
|
||||
REPO=${REPO/https:\/\//https://${GH_TOKEN}@}
|
||||
fi
|
||||
|
||||
git push $REPO
|
||||
git push $REPO HEAD:$TRAVIS_BRANCH
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user