Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-09 | gh-upload-artifact: try pretty print happy path of upload | Bazaah | |
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-04 | scripts: add gh-upload-artifact.sh | Bazaah | |
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. |