Skip to content

Commit f736d72

Browse files
committed
Update build_package for clean up Docker
1 parent 0b4ed2d commit f736d72

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
- name: Clean up Docker system at start
3737
run: |
38-
docker system prune -f
38+
docker system prune -af
3939
4040
- name: Clone tools branch
4141
run: git clone -b v0.8.27 --depth=1 https://github.com/citusdata/tools.git tools

0 commit comments

Comments
 (0)