Skip to content

Commit dc1bc10

Browse files
authored
Merge pull request vyos#1024 from asklymenko/patch-2
T7772: Fix amazon-cloudwatch-agent build
2 parents 4fe55d8 + 978cf04 commit dc1bc10

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/package-build/amazon-cloudwatch-agent/package.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
[[packages]]
22
name = "amazon-cloudwatch-agent"
3-
commit_id = "v1.300050.0"
3+
commit_id = "v1.300057.0"
44
scm_url = "https://github.com/aws/amazon-cloudwatch-agent"
55

66
build_cmd = """
77
8-
make clean test check_secrets amazon-cloudwatch-agent-linux package-deb
8+
make clean check_secrets amazon-cloudwatch-agent-linux package-deb
99
ARCH=$(dpkg --print-architecture)
1010
TAG=$(git describe --tags --abbrev=0)
1111
COMMIT=$(git rev-parse --short HEAD)

0 commit comments

Comments
 (0)