Skip to content

Commit

Permalink
fix build script issue (#497)
Browse files Browse the repository at this point in the history
  • Loading branch information
alrex committed May 12, 2021
1 parent c49e69c commit c56878e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ DISTDIR=dist
mkdir -p $DISTDIR
rm -rf $DISTDIR/*

for d in exporter/*/ instrumentation/*/ opentelemetry-instrumentation/*/ propagator/*/ sdk-extension/*/ util/*/ ; do
for d in exporter/*/ instrumentation/*/ opentelemetry-instrumentation/ propagator/*/ sdk-extension/*/ util/*/ ; do
(
echo "building $d"
cd "$d"
Expand Down

0 comments on commit c56878e

Please sign in to comment.