X-Git-Url: https://gerrit.linuxfoundation.org/infra/gitweb?a=blobdiff_plain;f=shell%2Frelease-job.sh;h=5b163c89e06aff2342260110302f09877992c2e3;hb=refs%2Fchanges%2F11%2F16411%2F1;hp=783979a686babf32e4b804b78fc41850b52415a0;hpb=414d5ad24254661a0c49971e75c57e24dce0f88c;p=releng%2Fglobal-jjb.git diff --git a/shell/release-job.sh b/shell/release-job.sh index 783979a6..5b163c89 100644 --- a/shell/release-job.sh +++ b/shell/release-job.sh @@ -98,8 +98,11 @@ for release_file in $release_files; do git merge --ff-only FETCH_HEAD git tag -am "$PROJECT $VERSION" "$VERSION" sigul --batch -c "$SIGUL_CONFIG" sign-git-tag "$SIGUL_KEY" "$VERSION" < "$SIGUL_PASSWORD" + echo "Showing latest signature for $PROJECT:" - git log --show-signature -n1 + gpg --import /tmp/onap-pubkey + echo "git tag -v "$VERSION"" + git tag -v "$VERSION" ########## Merge Part ##############