Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix build script
Browse files Browse the repository at this point in the history
Alex Boten committed Apr 7, 2021
1 parent 8f50d9c commit ca1e54b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/build.sh
Original file line number Diff line number Diff line change
@@ -11,13 +11,14 @@ python3 -m pip install --upgrade pip setuptools wheel
BASEDIR=$(dirname $(readlink -f $(dirname $0)))
DISTDIR=dist

PACKAGES=<<DIRS
PACKAGES=$(cat <<DIRS
exporter/opentelemetry-exporter-prometheus
opentelemetry-api
opentelemetry-sdk
exporter/opentelemetry-exporter-otlp-proto-grpc
exporter/opentelemetry-exporter-otlp
DIRS
)

(
cd $BASEDIR

0 comments on commit ca1e54b

Please sign in to comment.