Skip to content

Commit ca1d6ad

Browse files
committed
Update build.sh
1 parent f700461 commit ca1d6ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ DISTDIR=dist
1919
for d in exporter/*/ opentelemetry-instrumentation/ opentelemetry-contrib-instrumentations/ opentelemetry-distro/ instrumentation/*/ propagator/*/ resource/*/ sdk-extension/*/ util/*/ ; do
2020
(
2121
# Skip the build step if the directory name is "opentelemetry-instrumentation-aiohttp-server"
22-
if [[ "$d" == *"opentelemetry-instrumentation-aiohttp-server"* ]]; then
22+
if [[ "$d" == *"instrumentation/opentelemetry-instrumentation-aiohttp-server/"* ]]; then
2323
echo "Skipping build for $d"
2424
else
2525
echo "building $d"

0 commit comments

Comments
 (0)