We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c384274 commit 3e255d8Copy full SHA for 3e255d8
scripts/build_layers.sh
@@ -123,7 +123,7 @@ function docker_build_zip {
123
fi
124
PY_TAG="cp$(echo "$1" | tr -d '.')"
125
WHEEL_FILE=$(curl -sSfL "${S3_BASE}/index-manylinux2014.html" \
126
- | grep -o "ddtraceserverless-[^\"]*${PY_TAG}[^\"]*${PLATFORM}[^\"]*\.whl" \
+ | grep -o "ddtrace_serverless-[^\"]*${PY_TAG}[^\"]*${PLATFORM}[^\"]*\.whl" \
127
| head -n 1)
128
if [ -z "${WHEEL_FILE}" ]; then
129
echo "No S3 wheel found for ${PY_TAG} ${PLATFORM}, using default pyproject.toml version"
0 commit comments