Skip to content

Commit

Permalink
T6960: package-build: Disable unnecessary builds
Browse files Browse the repository at this point in the history
  • Loading branch information
MattKobayashi committed Dec 18, 2024
1 parent c1f9fc6 commit f377ee2
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 f377ee2

Please sign in to comment.