Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
Signed-off-by: David Korczynski <[email protected]>
  • Loading branch information
DavidKorczynski committed Dec 17, 2024
1 parent 1c9cbff commit 1953b38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infra/build/functions/build_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -276,12 +276,12 @@ def download_coverage_data_steps(project_name, latest, bucket_name, out_dir):
steps.append({
'name': 'gcr.io/cloud-builders/gsutil',
'args': ['-m', 'cp', '-r', bucket_url, coverage_data_path],
'allowFailure' = True
'allowFailure': True
})
steps.append({
'name': 'gcr.io/oss-fuzz-base/base-runner',
'args': ['bash', '-c', f'ls -lrt {out_dir}/textcov_reports'],
'allowFailure' = True
'allowFailure': True
})

return steps
Expand Down

0 comments on commit 1953b38

Please sign in to comment.