Skip to content

Commit d4a3141

Browse files
authored
Merge branch 'main' into feature/http-route-in-metric
2 parents 93daa35 + fa23d8a commit d4a3141

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/build.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ DISTDIR=dist
3232
cd $DISTDIR
3333
for x in * ; do
3434
# FIXME: Remove this logic once these packages are available in Pypi
35-
if echo "$x" | grep -Eq "^opentelemetry_(instrumentation_aiohttp_server|resource_detector_container).*(\.tar\.gz|\.whl)$"; then
35+
if echo "$x" | grep -Eq "^opentelemetry_resource_detector_container.*(\.tar\.gz|\.whl)$"; then
3636
echo "Skipping $x because of erroneous uploads. See: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2053"
3737
rm $x
3838
# FIXME: Remove this once opentelemetry-resource-detector-azure package goes 1.X

0 commit comments

Comments
 (0)