Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions scripts/package-build/amazon-cloudwatch-agent/package.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
[[packages]]
name = "amazon-cloudwatch-agent"
commit_id = "v1.300050.0"
commit_id = "v1.300057.0"
scm_url = "https://github.com/aws/amazon-cloudwatch-agent"

build_cmd = """

make clean test check_secrets amazon-cloudwatch-agent-linux package-deb
make clean 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