Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ca1e54b

Browse files
author
Alex Boten
committed
fix build script
1 parent 8f50d9c commit ca1e54b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,14 @@ python3 -m pip install --upgrade pip setuptools wheel
1111
BASEDIR=$(dirname $(readlink -f $(dirname $0)))
1212
DISTDIR=dist
1313

14-
PACKAGES=<<DIRS
14+
PACKAGES=$(cat <<DIRS
1515
exporter/opentelemetry-exporter-prometheus
1616
opentelemetry-api
1717
opentelemetry-sdk
1818
exporter/opentelemetry-exporter-otlp-proto-grpc
1919
exporter/opentelemetry-exporter-otlp
2020
DIRS
21+
)
2122

2223
(
2324
cd $BASEDIR

0 commit comments

Comments
 (0)