Skip to content

Commit

Permalink
fix: do not fail to remove chunks if already deleted.
Browse files Browse the repository at this point in the history
Signed-off-by: KtorZ <[email protected]>
  • Loading branch information
KtorZ committed Mar 7, 2025
1 parent d797093 commit b00b357
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/NightlySynchronization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,4 +44,4 @@ jobs:
shell: bash
working-directory: ${{ runner.temp }}/db-${{ matrix.network }}
run: |
rm immutable/00*.chunk immutable/01*.chunk immutable/02*.chunk immutable/030*.chunk
rm -f immutable/00*.chunk immutable/01*.chunk immutable/02*.chunk immutable/030*.chunk

0 comments on commit b00b357

Please sign in to comment.