Pass environment variable as string in autoroll script.

NOTRY=True
TBR=kjellander@webrtc.org

Bug: chromium:765231
Change-Id: I0121160ebd991815dd95dd6b145a68206be2d731
Reviewed-on: https://webrtc-review.googlesource.com/1844
Reviewed-by: Edward Lemur <ehmaldonado@webrtc.org>
Commit-Queue: Edward Lemur <ehmaldonado@webrtc.org>
Cr-Commit-Position: refs/heads/master@{#19883}
This commit is contained in:
Edward Lemur
2017-09-18 11:41:47 +02:00
committed by Commit Bot
parent 1d4db392c7
commit ef6ee9850b

View File

@ -409,7 +409,7 @@ def _UploadCL(dry_run, skip_cq=False):
if not skip_cq:
logging.info('Sending the CL to the CQ...')
cmd.extend(['--use-commit-queue', '--send-mail'])
_RunCommand(cmd, extra_env={'EDITOR': 'true', 'SKIP_GCE_AUTH_FOR_GIT': 1})
_RunCommand(cmd, extra_env={'EDITOR': 'true', 'SKIP_GCE_AUTH_FOR_GIT': '1'})
def main():