You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
add more debug log in lambda layer signing step (#601)
*Issue #, if available:*
In previous releasing, the lambda layer is not signed successfully.
```
Completed 37.4 MiB/38.4 MiB (36.9 MiB/s) with 1 file(s) remaining
Completed 38.4 MiB/38.4 MiB (37.8 MiB/s) with 1 file(s) remaining
upload: ./aws-opentelemetry-java-layer.zip to s3://java-lambda-layer-21528163844-us-east-1/aws-opentelemetry-java-layer.zip
Checking for signing profile...
Starting signing job...
```
*Description of changes:*
Adding more debug log for github release workflow, logging the error of
layer signing step.
By submitting this pull request, I confirm that you can use, modify,
copy, and redistribute this contribution, under the terms of your
choice.
Copy file name to clipboardExpand all lines: .github/workflows/release-build.yml
+39-12Lines changed: 39 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ env:
23
23
# Legacy list of commercial regions to deploy to. New regions should NOT be added here, and instead should be added to the `aws_region` default input to the workflow.
0 commit comments