We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd0b04a commit 0dfd178Copy full SHA for 0dfd178
1 file changed
utils/scripts/load-binary.sh
@@ -300,18 +300,7 @@ elif [ "$TARGET" = "python_lambda" ]; then
300
assert_version_is_dev
301
assert_target_branch_is_not_set
302
303
- rm -rf datadog-lambda-python/
304
-
305
- git clone https://github.com/DataDog/datadog-lambda-python.git
306
- cd datadog-lambda-python
307
- echo "Checking out the datadog_lambda ref"
308
- git log -1 --format=%H
309
310
- # do not use `--depth 1`, setuptools_scm, does not like it
311
- git clone https://github.com/DataDog/dd-trace-py.git
312
- cd dd-trace-py
313
- echo "Checking out the ddtrace ref"
314
+ get_github_action_artifact "DataDog/datadog-lambda-python" "build_layer.yml" "main" "datadog-lambda-python-3.13-amd64.zip"
315
316
else
317
echo "Unknown target: $1"
0 commit comments