Skip to content
This repository has been archived by the owner on Sep 25, 2024. It is now read-only.

Commit

Permalink
Run 'podman system reset' before building test image
Browse files Browse the repository at this point in the history
work-around for
#55 (comment)
  • Loading branch information
jpopelka committed Apr 6, 2022
1 parent 92c0a3f commit a4ef761
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions files/zuul-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@
- podman
state: present
become: true
- name: podman system reset
command: podman system reset
become: true
- name: Build test image
command: "make test-image"
args:
Expand Down

0 comments on commit a4ef761

Please sign in to comment.