Skip to content
This repository has been archived by the owner on Nov 1, 2024. It is now read-only.

Fix shellcheck lint in tools/gpuci_retry #38

Merged
merged 4 commits into from
Aug 30, 2024

Conversation

jakirkham
Copy link
Member

@jakirkham jakirkham commented Aug 29, 2024

We were seeing some unrelated CI failures in other PRs: #37 (comment)

Starting this PR to first test CI and identify what needs fixing. Then follow up with fixes

In the end looks like a minor fix is needed in tools/gpuci_retry. So this makes that change

Appears no other changes are needed

@jakirkham jakirkham closed this Aug 29, 2024
@jakirkham jakirkham deleted the fix_ci branch August 29, 2024 23:52
@jakirkham jakirkham restored the fix_ci branch August 29, 2024 23:53
@jakirkham jakirkham reopened this Aug 29, 2024
@jakirkham
Copy link
Member Author

Seeing the following error on CI:

./tools/gpuci_retry:43:13: note: Double quote to prevent globbing and word splitting. [SC2086]

CI started failing on `main`. Looks like this was due to a `shellcheck`
failure. This applies the fix proposed by `shellcheck` to clear CI
issues.
@jakirkham jakirkham changed the title Fix CI Fix shellcheck lint in tools/gpuci_retry Aug 30, 2024
@jakirkham
Copy link
Member Author

Applied the fix recommended by shellcheck

@jakirkham jakirkham marked this pull request as ready for review August 30, 2024 00:04
@raydouglass raydouglass merged commit 0789f44 into rapidsai:main Aug 30, 2024
1 check passed
@jakirkham jakirkham deleted the fix_ci branch August 30, 2024 12:20
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants