Skip to content

Commit

Permalink
Clean up before python build
Browse files Browse the repository at this point in the history
  • Loading branch information
RafalSumislawski committed Jul 16, 2024
1 parent 9e69903 commit b96105e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci-scripts/build_python_layer.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,10 @@ CWD=$(pwd)
echo OPENTELEMETRY_PYTHON_CONTRIB_PATH=$OPENTELEMETRY_PYTHON_CONTRIB_PATH
echo CWD=$CWD

# Build build opentelemetry-instrumentation-aws-lambda

pushd ./python/sample-apps/otel
rm -rf build
rm -rf *.whl
pip3 wheel -e $OPENTELEMETRY_PYTHON_CONTRIB_PATH/instrumentation/opentelemetry-instrumentation-aws-lambda
pip3 wheel -e $OPENTELEMETRY_PYTHON_CONTRIB_PATH/instrumentation/opentelemetry-instrumentation-botocore
mkdir -p ./build
Expand Down

0 comments on commit b96105e

Please sign in to comment.