Skip to content

Commit

Permalink
add -f parameter to avoid prompt
Browse files Browse the repository at this point in the history
Signed-off-by: wiktor2200 <wiktor2200@users.noreply.github.com>
  • Loading branch information
wiktor2200 committed Nov 11, 2023
1 parent a3fd5cc commit 88e3f17
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,6 @@ jobs:
with:
fetch-depth: 0

- name: Clean docker cache
run: |
docker system prune --volumes -a
- name: Run ansible-lint
# replace `main` with any valid ref, or tags like `v6`
uses: ansible/ansible-lint-action@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:

- name: Clean docker cache
run: |
docker system prune --volumes -a
docker system prune --volumes -a -f
- name: Set up Python
uses: actions/setup-python@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:

- name: Clean docker cache
run: |
docker system prune --volumes -a
docker system prune --volumes -a -f
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 88e3f17

Please sign in to comment.