Skip to content

update docs on managing CI artifacts - #175

Merged
jameslamb merged 3 commits into
mainfrom
gha-artifacts/docs-and-small-fixes
May 13, 2025
Merged

update docs on managing CI artifacts#175
jameslamb merged 3 commits into
mainfrom
gha-artifacts/docs-and-small-fixes

Conversation

@jameslamb

@jameslamb jameslamb commented May 13, 2025

Copy link
Copy Markdown
Member

Pulling some changes off of #173

  • updates "Managing CI artifacts" section in the README, to reflect the current state of artifact-handling
  • updates testing docs in CONTRIBUTING.md (which had relied on rapids-*-s3 things)
  • small fix and docs updates in rapids-wheel-ctk-name-gen

@jameslamb
jameslamb requested a review from ajschmidt8 May 13, 2025 16:29
@jameslamb
jameslamb requested a review from a team as a code owner May 13, 2025 16:29
@jameslamb jameslamb added doc Improvements or additions to documentation improvement Improves an existing functionality labels May 13, 2025
set -eu -o pipefail

if [ -z "$1" ]; then
if [ -z "${1-}" ]; then

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same issue as #172 (comment)

If you use set -u and then want to check an input with -z, you have to provide a default.

Comment thread CONTRIBUTING.md Outdated
Co-authored-by: AJ Schmidt <ajschmidt8@users.noreply.github.com>
@jameslamb
jameslamb merged commit 3794c74 into main May 13, 2025
@ajschmidt8
ajschmidt8 deleted the gha-artifacts/docs-and-small-fixes branch May 13, 2025 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

doc Improvements or additions to documentation improvement Improves an existing functionality

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants