Skip to content

Commit

Permalink
Merge pull request #90 from kfox1111/fix-release-job
Browse files Browse the repository at this point in the history
Add missing semicolon in release job
  • Loading branch information
kfox1111 authored Feb 2, 2025
2 parents 89989e9 + e182efb commit fc95db7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/rpms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ RUN --mount=type=secret,id=gpg \
if [ -f /run/secrets/gpg ]; then \
gpg --import /run/secrets/gpg && \
gpg --import rpm.pub && \
rpm --addsign /root/rpmbuild/RPMS/*/*.rpm \
rpm --addsign /root/rpmbuild/RPMS/*/*.rpm; \
else \
true; \
fi
Expand Down

0 comments on commit fc95db7

Please sign in to comment.