Skip to content

Commit ef1851d

Browse files
authored
Fix python layer release script (aws-observability#732)
Fixes aws-observability#731
1 parent b664a40 commit ef1851d

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

python/src/otel/Makefile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
export AOC_BUILD_DIR=$(shell pwd)/collector_build
21
export SDK=$(shell pwd)/otel_sdk
32

43
build-OTelLayer:
@@ -12,5 +11,3 @@ build-OTelLayer:
1211
chmod 755 $(ARTIFACTS_DIR)/python/otel-instrument
1312
rm -rf $(ARTIFACTS_DIR)/python/boto*
1413
rm -rf $(ARTIFACTS_DIR)/python/urllib3*
15-
16-
cp -r $(AOC_BUILD_DIR)/* $(ARTIFACTS_DIR)/

0 commit comments

Comments
 (0)