We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f700461 commit ca1d6adCopy full SHA for ca1d6ad
scripts/build.sh
@@ -19,7 +19,7 @@ DISTDIR=dist
19
for d in exporter/*/ opentelemetry-instrumentation/ opentelemetry-contrib-instrumentations/ opentelemetry-distro/ instrumentation/*/ propagator/*/ resource/*/ sdk-extension/*/ util/*/ ; do
20
(
21
# Skip the build step if the directory name is "opentelemetry-instrumentation-aiohttp-server"
22
- if [[ "$d" == *"opentelemetry-instrumentation-aiohttp-server"* ]]; then
+ if [[ "$d" == *"instrumentation/opentelemetry-instrumentation-aiohttp-server/"* ]]; then
23
echo "Skipping build for $d"
24
else
25
echo "building $d"
0 commit comments