T6960: package-build: Disable unnecessary builds

This commit is contained in:
Matthew Kobayashi 2024-12-19 08:13:39 +10:00
parent c1f9fc6a6d
commit f377ee2ee7
No known key found for this signature in database

View File

@ -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)