Skip to content

Commit

Permalink
Merge pull request #195 from kmehant/buildah-patch
Browse files Browse the repository at this point in the history
Small fix to ansible_bender's  output
  • Loading branch information
TomasTomecek authored Nov 20, 2019
2 parents a04a4a2 + 2163353 commit f2e06f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ansible_bender/builders/buildah_builder.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ def get_buildah_image_id(container_image):


def pull_buildah_image(container_image):
run_cmd(["buildah", "pull", container_image],
run_cmd(["buildah", "pull", "--quiet", container_image],
save_output_in_exc=False,
log_stderr=False, print_output=True, log_output=False)

Expand Down

0 comments on commit f2e06f0

Please sign in to comment.