File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 3939 - uses : actions/checkout@v4
4040
4141 - name : Set Get ADOT Wheel command environment variable
42- run : echo GET_ADOT_WHEEL_COMMAND="aws s3 cp s3://adot-main-build-staging-jar/aws_opentelemetry_distro-0.9.0.dev0-0cb09255-py3-none-any.whl ./${{ env.ADOT_WHEEL_NAME }} && python3.12 -m pip install ./${{ env.ADOT_WHEEL_NAME }} " >> $GITHUB_ENV
42+ run : echo GET_ADOT_WHEEL_COMMAND="aws s3 cp s3://adot-main-build-staging-jar/aws_opentelemetry_distro-0.9.0.dev0-0cb09255-py3-none-any.whl ./aws_opentelemetry_distro-0.9.0.dev0-0cb09255-py3-none-any.whl && python3.12 -m pip install ./aws_opentelemetry_distro-0.9.0.dev0-0cb09255-py3-none-any.whl " >> $GITHUB_ENV
4343 # if [ "${{ github.event.repository.name }}" = "aws-otel-python-instrumentation" ]; then
4444 # # Reusing the adot-main-build-staging-jar bucket to store the python wheel file
4545 # echo GET_ADOT_WHEEL_COMMAND="aws s3 cp s3://adot-main-build-staging-jar/${{ env.ADOT_WHEEL_NAME }} ./${{ env.ADOT_WHEEL_NAME }} && python3.12 -m pip install ${{ env.ADOT_WHEEL_NAME }}" >> $GITHUB_ENV
You can’t perform that action at this time.
0 commit comments