Skip to content

Commit 432faf6

Browse files
Remove RPM signature verification step from build workflow
1 parent 7367576 commit 432faf6

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/build-rpm.yaml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -82,13 +82,6 @@ jobs:
8282
env:
8383
GPG_PASSPHRASE: ${{ secrets.GPG_PASSPHRASE }}
8484

85-
- name: Verify RPM signatures
86-
if: env.VERSION != '0.0.0'
87-
run: |
88-
for rpm in $(find ~/rpmbuild/RPMS/ -type f -name "*.rpm"); do
89-
rpm --checksig $rpm
90-
done
91-
9285
- name: Upload RPM as artifact
9386
uses: actions/upload-artifact@v4
9487
with:

0 commit comments

Comments
 (0)