Skip to content

Commit

Permalink
ci: Validate that all distros have Release files
Browse files Browse the repository at this point in the history
  • Loading branch information
apyrgio committed Dec 12, 2023
1 parent 2ef99e1 commit f739d3b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ jobs:
steps:
- checkout
- *installdeps
- run:
name: Verify that all distros have Release files
command: for i in $(ls dangerzone); do ls -l ./repo/public/dists/${i}/Release{,.gpg}; done
- run:
name: Verify signatures on all Release files
command: |
Expand Down

0 comments on commit f739d3b

Please sign in to comment.