diff --git a/.circleci/config.yml b/.circleci/config.yml index 7e78664..d18c828 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: |