push-to-trunk.sh: Don't send Chromium CLs to the commit queue immediately

Review URL: https://chromiumcodereview.appspot.com/9835047

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@11115 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent c39c2089
......@@ -359,9 +359,9 @@ current directory is: $(pwd)."
git commit -am "Update V8 to version $MAJOR.$MINOR.$BUILD.
TBR=$REVIEWER" || die "'git commit' failed."
git cl upload --send-mail --use-commit-queue \
git cl upload --send-mail \
|| die "'git cl upload' failed, please try again."
echo "CL uploaded and sent to commit queue."
echo "CL uploaded."
fi
let CURRENT_STEP+=1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment