8000 Add a comment to let future-people know what's going on · DataDog/datadog-lambda-python@3df5395 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3df5395

Browse files
author
chris.agocs
committed
Add a comment to let future-people know what's going on
1 parent 1a9a6c1 commit 3df5395

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

scripts/list_layers.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
# Lists most recent layers ARNs across regions to STDOUT
99
# Optionals args: [layer-name] [region]
1010

11+
# Source the common list of layers and regions
1112
source scripts/all_layers.sh
1213

1314
# Check region arg

scripts/publish_layers.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ trap "pkill -P $$; exit 1;" INT
1616
PYTHON_VERSIONS_FOR_AWS_CLI=("python2.7" "python3.6" "python3.7" "python3.8")
1717
LAYER_PATHS=(".layers/datadog_lambda_py2.7.zip" ".layers/datadog_lambda_py3.6.zip" ".layers/datadog_lambda_py3.7.zip" ".layers/datadog_lambda_py3.8.zip")
1818

19+
# Source the common list of layers and regions
1920
source scripts/all_layers.sh
2021

2122
# Check that the layer files exist

0 commit comments

Comments
 (0)
0