Merge "Fix config updater to specify branch"

This commit is contained in:
Jenkins 2015-07-27 19:43:54 +00:00 committed by Gerrit Code Review
commit 2835263d9b

View File

@ -64,7 +64,7 @@ if ! git diff --stat --exit-code HEAD ; then
git commit $git_args <<EOF
$COMMIT_MSG
EOF
OUTPUT=$(git review -t $TOPIC)
OUTPUT=$(git review -t $TOPIC $BRANCH)
RET=$?
[[ "$RET" -eq "0" || "$OUTPUT" =~ "no new changes" || "$OUTPUT" =~ "no changes made" ]]
SUCCESS=$?