mirror of
https://github.com/open-telemetry/opentelemetry-python-contrib.git
synced 2025-07-30 21:56:07 +08:00
revert skip containerid change (#3559)
Signed-off-by: emdneto <9735060+emdneto@users.noreply.github.com>
This commit is contained in:
@ -31,12 +31,8 @@ DISTDIR=dist
|
||||
(
|
||||
cd $DISTDIR
|
||||
for x in * ; do
|
||||
# FIXME: Remove this logic once these packages are available in Pypi
|
||||
if echo "$x" | grep -Eq "^opentelemetry_resource_detector_containerid.*(\.tar\.gz|\.whl)$"; then
|
||||
echo "Skipping $x because of erroneous uploads. See: https://github.com/open-telemetry/opentelemetry-python-contrib/issues/2053"
|
||||
rm $x
|
||||
# FIXME: Remove this once opentelemetry-resource-detector-azure package goes 1.X
|
||||
elif echo "$x" | grep -Eq "^opentelemetry_resource_detector_azure.*(\.tar\.gz|\.whl)$"; then
|
||||
if echo "$x" | grep -Eq "^opentelemetry_resource_detector_azure.*(\.tar\.gz|\.whl)$"; then
|
||||
echo "Skipping $x because of manual upload by Azure maintainers."
|
||||
rm $x
|
||||
# NOTE: We filter beta vs 1.0 package at this point because we can read the
|
||||
|
Reference in New Issue
Block a user