Skip to content

Commit

Permalink
(BI-5142) fix: build_debian_docker clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
ovsds committed Dec 19, 2023
1 parent 146039f commit 116ccf9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build_debian_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
image_url_base: "ghcr.io/${{ github.repository_owner }}/${{ github.event.repository.name }}"

steps:
- name: Cleanup build folder
run: |
rm -rf ./* || true
rm -rf ./.??* || true
- name: Checkout code
uses: actions/checkout@v4
with:
Expand Down

0 comments on commit 116ccf9

Please sign in to comment.