We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c808bf commit 2d7d300Copy full SHA for 2d7d300
scripts/build_layers.sh
@@ -181,11 +181,11 @@ do
181
set +e
182
find_and_spec_wheel ${python_version} ${architecture} "ddtrace_serverless" "serverless"
183
FAILURE=$?
184
- set -e
185
if [ $FAILURE != 0 ]; then
186
echo "Attempting layer build again with package ddtrace"
187
find_and_spec_wheel ${python_version} ${architecture} "ddtrace" "manylinux2014"
188
fi
+ set -e
189
docker_build_zip ${python_version} $LAYER_DIR/${LAYER_FILES_PREFIX}-${architecture}-${python_version}.zip ${architecture}
190
done
191
0 commit comments