From ca1d6adae18c2da6ced544a658f640f508e52e0d Mon Sep 17 00:00:00 2001 From: Leighton Chen Date: Wed, 8 Nov 2023 15:20:17 -0800 Subject: [PATCH] Update build.sh --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/build.sh b/scripts/build.sh index 142133524..57c144cd8 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -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"