summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Kobayashi <matthew@kobayashi.au>2024-12-19 08:13:39 +1000
committerMatthew Kobayashi <matthew@kobayashi.au>2024-12-19 08:17:17 +1000
commitf377ee2ee75c0dd597000b376e1ad32ea3bf8d23 (patch)
treefd06c56c06e2f9a1abbbc6200046021ca18c45a4
parentc1f9fc6a6d387648e91a74a72b3488c42a6b897a (diff)
downloadvyos-build-f377ee2ee75c0dd597000b376e1ad32ea3bf8d23.tar.gz
vyos-build-f377ee2ee75c0dd597000b376e1ad32ea3bf8d23.zip
T6960: package-build: Disable unnecessary builds
-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)