mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-08-02 19:47:17 +08:00
Fix all issues from shellcheck --severity=warning (#2354)
This commit is contained in:
@ -8,13 +8,13 @@ set -ev
|
||||
# Get the latest versions of packaging tools
|
||||
python3 -m pip install --upgrade pip build setuptools wheel
|
||||
|
||||
BASEDIR=$(dirname $(readlink -f $(dirname $0)))
|
||||
BASEDIR=$(dirname "$(readlink -f "$(dirname $0)")")
|
||||
DISTDIR=dist
|
||||
|
||||
(
|
||||
cd $BASEDIR
|
||||
mkdir -p $DISTDIR
|
||||
rm -rf $DISTDIR/*
|
||||
rm -rf ${DISTDIR:?}/*
|
||||
|
||||
for d in exporter/*/ opentelemetry-instrumentation/ opentelemetry-contrib-instrumentations/ opentelemetry-distro/ instrumentation/*/ propagator/*/ resource/*/ sdk-extension/*/ util/*/ ; do
|
||||
(
|
||||
|
Reference in New Issue
Block a user