Skip to content

Commit b4f6d7e

Browse files
committed
minor fixes
1 parent bd16c61 commit b4f6d7e

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

.github/workflows/main-build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@ on:
1111
description: 'The branch, tag or SHA to checkout'
1212
required: false
1313
type: string
14-
default: ''
1514
env:
1615
AWS_DEFAULT_REGION: us-east-1
1716
STAGING_ECR_REGISTRY: 611364707713.dkr.ecr.us-west-2.amazonaws.com

scripts/get_upstream_versions.py

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ def get_latest_otel_versions():
4141
otel_java_contrib_version = version_match.group(1)
4242
break
4343

44-
if not otel_java_contrib_version:
45-
print("Warning: No stable contrib releases found")
46-
otel_java_contrib_version = "1.48.0" # fallback
47-
4844
return otel_java_instrumentation_version, otel_java_contrib_version
4945

5046
except requests.RequestException as request_error:

0 commit comments

Comments
 (0)