-
Notifications
You must be signed in to change notification settings - Fork 99
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
Modify shell scripts to pass shellcheck --severity=warning #3371
Conversation
Test failures appear unrelated:
|
Should be fixed by #3372 shortly. |
One more things. CI converts https://github.com/open-telemetry/opentelemetry-dotnet-instrumentation/blob/main/script-templates/otel-dotnet-auto-install.sh.template to the final sh file by executing |
👍 I added |
…t-instrumentation into shell_fixes
Got all the shell scripts to pass
shellcheck --severity=warning
and added a CI step to ensure it stays that way.The fixes were mostly the usual quoting rules. One additional change was that I modified the
instrument
scripts toexec
the original script rather than run it as a subprocess. This is the standard way we do it in the lambda instrumentation