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)