Skip to content

Commit

Permalink
ci: Increase verbosity of debsig-verify
Browse files Browse the repository at this point in the history
  • Loading branch information
AiyionPrime committed Jan 8, 2025
1 parent 5a02169 commit 663ce65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_ubuntu_verify_repo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
run: sudo cp wibu_pub_dearmored.gpg /usr/share/debsig/keyrings/5FCB7AB40CC62A25/debsig.gpg
working-directory: ubuntu/
- name: Verify WIBU systems signed all deb files
run: for i in ./*.deb; do debsig-verify "$i"; done
run: for i in ./*.deb; do debsig-verify "$i" --verbose; done
working-directory: ./ubuntu/
regeneration_is_clean:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 663ce65

Please sign in to comment.