Fix config updater to specify branch
Specify the branch on git-review. Change-Id: I7006bb28b6aacff2ded0d1ae160586e4ca094b4d
This commit is contained in:

committed by
Andreas Jaeger

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