We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c458f9 commit 659be54Copy full SHA for 659be54
1 file changed
scripts/build_layers.sh
@@ -107,9 +107,6 @@ function docker_build_zip {
107
# Restore pyproject.toml to a clean state for each build iteration
108
cp pyproject.toml.bak pyproject.toml
109
110
- # Remove any previously downloaded wheels
111
- rm -f ddtrace-*.whl
112
-
113
# Replace ddtrace source if necessary
114
if [ -n "$DD_TRACE_COMMIT" ]; then
115
replace_ddtrace_dep "ddtrace = { git = \"https://github.com/DataDog/dd-trace-py.git\", rev = \"$DD_TRACE_COMMIT\" }"
0 commit comments