We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 639633b commit 358b380Copy full SHA for 358b380
scripts/publish_test_layer.sh
@@ -6,7 +6,7 @@
6
# Copyright 2021 Datadog, Inc.
7
8
# Publish the datadog python lambda layer across regions, using the AWS CLI
9
-# Usage: publish_layer.sh [region] [layer]
+# Usage: publish_test_layer.sh path/to/layer.jar [region]
10
# Specifying the region and layer arg will publish the specified layer to the specified region
11
set -e
12
@@ -84,5 +84,6 @@ publish_layer() {
84
echo "Starting publishing layer for region $REGION..."
85
86
publish_layer $REGION "$aws_version_key"
87
+rm $LAYER_ZIP
88
89
echo "Done !"
0 commit comments