mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-29 21:23:55 +08:00
Update build.sh
This commit is contained in:
@ -19,7 +19,7 @@ DISTDIR=dist
|
||||
for d in exporter/*/ opentelemetry-instrumentation/ opentelemetry-contrib-instrumentations/ opentelemetry-distro/ instrumentation/*/ propagator/*/ resource/*/ sdk-extension/*/ util/*/ ; do
|
||||
(
|
||||
# Skip the build step if the directory name is "opentelemetry-instrumentation-aiohttp-server"
|
||||
if [[ "$d" == *"opentelemetry-instrumentation-aiohttp-server"* ]]; then
|
||||
if [[ "$d" == *"instrumentation/opentelemetry-instrumentation-aiohttp-server/"* ]]; then
|
||||
echo "Skipping build for $d"
|
||||
else
|
||||
echo "building $d"
|
||||
|
Reference in New Issue
Block a user