summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--scripts/package-build/amazon-cloudwatch-agent/package.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/package-build/amazon-cloudwatch-agent/package.toml b/scripts/package-build/amazon-cloudwatch-agent/package.toml
index 833096d4..120a17f9 100644
--- a/scripts/package-build/amazon-cloudwatch-agent/package.toml
+++ b/scripts/package-build/amazon-cloudwatch-agent/package.toml
@@ -5,7 +5,7 @@ scm_url = "https://github.com/aws/amazon-cloudwatch-agent"
build_cmd = """
-make prepackage package-deb
+make clean test check_secrets amazon-cloudwatch-agent-linux package-deb
ARCH=$(dpkg --print-architecture)
TAG=$(git describe --tags --abbrev=0)
COMMIT=$(git rev-parse --short HEAD)