chore: generate "influxdb2.${CIRCLE_TAG}.digests" for each release (#24276)

pull/24299/head
Brandon Pfeifer 2023-06-13 11:37:58 -04:00 committed by GitHub
parent 6219f98e1c
commit 2f3733c2cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 9 additions and 0 deletions

View File

@ -555,6 +555,15 @@ jobs:
rsign "${target}"
;;
esac
if [ -f "${target}" ]
then
# Since all artifacts are present, sign them here. This saves Circle
# credits over spinning up another instance just to separate out the
# checksum job. Individual checksums are written by the
# "build_packages" script.
sha256sum "${target}" >> "/tmp/workspace/artifacts/influxdb2.${CIRCLE_TAG}.digests"
fi
done
- persist_to_workspace:
root: /tmp/workspace