-
Notifications
You must be signed in to change notification settings - Fork 1.4k
🏃 Add and fix shellcheck errors #1621
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🏃 Add and fix shellcheck errors #1621
Conversation
5614a34 to
1dd6af3
Compare
|
/test pull-cluster-api-test |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ashish-amarnath, detiber The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
1dd6af3 to
724da3e
Compare
|
/hold |
|
This check should not run on |
724da3e to
c1bd1bd
Compare
|
Instead of excluding it on Mac, can you just not install shellcheck if it's present on path? And run it as usual otherwise? |
|
/hold cancel |
|
I didn't exclude it on Mac. |
c1bd1bd to
396dd2e
Compare
|
Let's avoid messing with folks' paths if it's not needed, if shellcheck is already available in path, we should skip the download imo |
If that's the case, should we ensure that the existing |
|
|
|
lgtm pending one wget issue. wget is not on os x by default. |
Signed-off-by: Ashish Amarnath <[email protected]>
396dd2e to
01585c2
Compare
|
that worked swimmingly. I'll lgtm when the tests pass. |
|
/lgtm |
Signed-off-by: Ashish Amarnath [email protected]
What this PR does / why we need it:
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)format, will close the issue(s) when PR gets merged):Fixes #1551