Skip to content

Commit

Permalink
Update build.sh so opentelemetry-opencensus-shim gets published (#3878)
Browse files Browse the repository at this point in the history
Co-authored-by: Riccardo Magliocchetti <[email protected]>
  • Loading branch information
aabmass and xrmx authored Apr 29, 2024
1 parent 634c9f4 commit 5994be3
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/ opentelemetry-proto/ opentelemetry-semantic-conventions/ exporter/*/ shim/opentelemetry-opentracing-shim/ propagator/*/ tests/opentelemetry-test-utils/; do
for d in opentelemetry-api/ opentelemetry-sdk/ opentelemetry-proto/ opentelemetry-semantic-conventions/ exporter/*/ shim/*/ propagator/*/ tests/opentelemetry-test-utils/; do
(
echo "building $d"
cd "$d"
Expand Down

0 comments on commit 5994be3

Please sign in to comment.