Override user interaction in merge tags job
Add the "-y" flag to avoid the "Is this really what you meant to do?" prompt. Change-Id: I3397a6e1266c6c3a5f652d3b343e37073f968dc7
This commit is contained in:
parent
8eff754186
commit
4baaf915df
@ -26,5 +26,5 @@ then
|
||||
git merge --no-edit -s ours $TAG
|
||||
# Get a Change-Id
|
||||
GIT_EDITOR=true git commit --amend
|
||||
git review -R -t merge/release-tag
|
||||
git review -R -y -t merge/release-tag
|
||||
fi
|
||||
|
Loading…
x
Reference in New Issue
Block a user