Skip to content

Commit

Permalink
revert printing dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverchang committed Nov 7, 2024
1 parent a19e5b3 commit dcc792e
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions infra/build/functions/build_lib.py
Original file line number Diff line number Diff line change
Expand Up @@ -460,11 +460,6 @@ def get_project_image_steps( # pylint: disable=too-many-arguments
steps.extend(get_pull_test_images_steps(config.test_image_suffix))
src_root = 'oss-fuzz' if not experiment else '.'

steps.append({
'name': 'ubuntu',
'args': ['bash', '-c', f'cat {src_root}/projects/{name}/Dockerfile'],
})

docker_build_step = get_docker_build_step([image],
os.path.join('projects', name),
src_root=src_root,
Expand Down

0 comments on commit dcc792e

Please sign in to comment.