X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Fgpg-verify-git-signature.sh;h=20bb7456d51fd59d01f365e746b5f1fc54da9478;hb=a86c6e8d376c95aa00b179fce9d207e61c8f72d0;hp=9970fcc56f3c3998d70a92b944974e2bdf29f199;hpb=a99cfe8b7c3e3b33cf9f210a90c50ea65128b30e;p=releng%2Fglobal-jjb.git diff --git a/shell/gpg-verify-git-signature.sh b/shell/gpg-verify-git-signature.sh index 9970fcc5..20bb7456 100644 --- a/shell/gpg-verify-git-signature.sh +++ b/shell/gpg-verify-git-signature.sh @@ -11,9 +11,9 @@ echo "---> gpg-verify-git-signature.sh" if git log --show-signature -1 | grep -E -q 'gpg: Signature made.*key ID'; then - echo "Git commit is GPG signed." + echo "Git commit is GPG signed." else - echo "WARNING: GPG signature missing for the commit." + echo "WARNING: GPG signature missing for the commit." fi # Do NOT fail the job for unsigned commits