Skip to content

Commit

Permalink
Remove pigz usage from CI
Browse files Browse the repository at this point in the history
Apparently, it's not in the GitHub Actions Ubuntu images anymore so
let's get rid of it.
  • Loading branch information
gsmet committed Aug 26, 2023
1 parent bd5a671 commit 4278e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ jobs:
echo 'EOF' >> $GITHUB_OUTPUT
- name: Tar Maven Repo
shell: bash
run: tar -I 'pigz -9' -cf maven-repo.tgz -C ~ .m2/repository
run: tar -czf maven-repo.tgz -C ~ .m2/repository
- name: Persist Maven Repo
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 4278e56

Please sign in to comment.