Merge pull request #864 from MattKobayashi/T6960

T6960: package-build: Disable unnecessary builds for `amazon-cloudwatch-agent` package
This commit is contained in:
Daniil Baturin 2024-12-19 13:05:43 +00:00 committed by GitHub
commit f7ec15ed05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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)