Fix trial builds (#8114)

This commit is contained in:
jonathanmetzman 2022-08-01 16:04:31 -07:00 committed by GitHub
parent c3495be8f4
commit 04c738d9bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -69,8 +69,7 @@ def exec_command_from_github(pull_request_number, branch):
# Set the branch so that the trial_build builds the projects from the PR
# branch.
command.append(f' --branch {branch}')
command.extend(['--branch', branch])
logging.info('Command: %s.', command)
return trial_build.trial_build_main(command, local_base_build=False)