summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rw-r--r--scripts/package-build/amazon-cloudwatch-agent/package.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/package-build/amazon-cloudwatch-agent/package.toml b/scripts/package-build/amazon-cloudwatch-agent/package.toml
index 120a17f9..6a7810f9 100644
--- a/scripts/package-build/amazon-cloudwatch-agent/package.toml
+++ b/scripts/package-build/amazon-cloudwatch-agent/package.toml
@@ -1,11 +1,11 @@
[[packages]]
name = "amazon-cloudwatch-agent"
-commit_id = "v1.300050.0"
+commit_id = "v1.300057.0"
scm_url = "https://github.com/aws/amazon-cloudwatch-agent"
build_cmd = """
-make clean test check_secrets amazon-cloudwatch-agent-linux package-deb
+make clean check_secrets amazon-cloudwatch-agent-linux package-deb
ARCH=$(dpkg --print-architecture)
TAG=$(git describe --tags --abbrev=0)
COMMIT=$(git rev-parse --short HEAD)