-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
ci: Update shellcheck and build image hashes #13362
ci: Update shellcheck and build image hashes #13362
Conversation
@@ -19,8 +19,7 @@ run_shellcheck_on () { | |||
local file | |||
file="$1" | |||
echo "Shellcheck: ${file}" | |||
# TODO: add -f diff when shellcheck version allows (ubuntu > bionic) | |||
shellcheck -x "$file" | |||
shellcheck -f diff -x "$file" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this will fail until shellcheck is updated
/retest |
Retrying Azure Pipelines, to retry CircleCI checks, use |
@mattklein123 i think the envoy-build-tools PR (envoyproxy/envoy-build-tools#103) didnt land yet |
Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
8deed43
to
ba40377
Compare
/retest |
Retrying Azure Pipelines, to retry CircleCI checks, use |
Hopefully this will work with the new image that is about to get built. /wait |
Signed-off-by: Ryan Northey <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks!
Commit Message: ci: Update shellcheck and build image hashes
Additional Description:
some shellcheck cleanups that are required once shellcheck is updated
this pr needs to /wait until envoyproxy/envoy-build-tools#103 lands and to have the new build image hashes added
Risk Level: low
Testing:
Docs Changes:
Release Notes:
[Optional Runtime guard:]
[Optional Fixes #Issue] Fixes #13228
[Optional Deprecated:]