summarylogtreecommitdiffstats
path: root/scripts.gh-upload-artifact.sh
AgeCommit message (Collapse)Author
2023-09-09gh-upload-artifact: try pretty print happy path of uploadBazaah
If curl returns success, assume the result is json and pipe through jq. This improves the output substantially as before it printed a compressed no-newline json blob for each artifact uploaded.
2022-10-04scripts: add gh-upload-artifact.shBazaah
This script basically does what it says on the tin: uploads the provided artifact to a GitHub release to an <org>/<repo>@<tag> triple. It will primarily be used for uploading built ceph artifacts to the origin to be used by the ceph-*-bin package set.