Skip to content

Commit

Permalink
Clean up Docker system at start
Browse files Browse the repository at this point in the history
  • Loading branch information
sedagundogdu committed Jul 24, 2024
1 parent 51113ed commit 146c89d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,12 @@ jobs:
- name: Checkout repository
uses: actions/checkout@v4

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

Expand Down

0 comments on commit 146c89d

Please sign in to comment.