Fix all issues from shellcheck --severity=warning (#2354)

This commit is contained in:
John Bley
2024-04-16 12:36:37 -04:00
committed by GitHub
parent e84bfff6cf
commit 8322ee790e
5 changed files with 25 additions and 10 deletions

View File

@ -11,9 +11,6 @@ function cov {
${1}
}
PYTHON_VERSION=$(python -c 'import sys; print(".".join(map(str, sys.version_info[:3])))')
PYTHON_VERSION_INFO=(${PYTHON_VERSION//./ })
coverage erase
cov instrumentation/opentelemetry-instrumentation-flask