Skip to content

Commit

Permalink
Merge pull request #864 from MattKobayashi/T6960
Browse files Browse the repository at this point in the history
T6960: package-build: Disable unnecessary builds for `amazon-cloudwatch-agent` package
  • Loading branch information
dmbaturin authored Dec 19, 2024
2 parents c1f9fc6 + f377ee2 commit f7ec15e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/package-build/amazon-cloudwatch-agent/package.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit f7ec15e

Please sign in to comment.