Skip to content

Commit e401b19

Browse files
committed
debug output
1 parent 2d7d300 commit e401b19

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/build_layers.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ trap cleanup EXIT
9191
# Helper: replace the multi-line ddtrace dependency in pyproject.toml.
9292
# Uses perl instead of sed -z for macOS/Linux portability.
9393
replace_ddtrace_dep() {
94+
echo "Replacing dep with $1"
9495
perl -i -0777 -pe "s|ddtrace = \[[^\]]*\]|$1|gs" pyproject.toml
9596
}
9697

0 commit comments

Comments
 (0)