Skip to content

Commit

Permalink
chore: generate "influxdb2.${CIRCLE_TAG}.digests" for each release
Browse files Browse the repository at this point in the history
  • Loading branch information
bnpfeife committed Jun 8, 2023
1 parent 7dda8a5 commit 8f8f4ed
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/packages/influxdb2.${CIRCLE_TAG}.digests"
fi
done
- persist_to_workspace:
root: /tmp/workspace
Expand Down

0 comments on commit 8f8f4ed

Please sign in to comment.