Skip to content

Commit

Permalink
Add opentelemetry-auto-instrumentation to build.sh (#556)
Browse files Browse the repository at this point in the history
  • Loading branch information
c24t authored Apr 9, 2020
1 parent 91cdfe7 commit cbe1cba
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 opentelemetry-api/ opentelemetry-sdk/ ext/*/ ; do
for d in opentelemetry-api/ opentelemetry-sdk/ opentelemetry-auto-instrumentation/ ext/*/ ; do
(
echo "building $d"
cd "$d"
Expand Down

0 comments on commit cbe1cba

Please sign in to comment.