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:
James E. Blair 2014-04-17 07:02:46 -07:00
parent 8eff754186
commit 4baaf915df

View File

@ -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