Skip to content

Commit

Permalink
add dependency of winagent from check-sql
Browse files Browse the repository at this point in the history
- CI only

Change-Id: Ic1d1d5afeda81f1847a3b74a8f6d7f564f63941b
  • Loading branch information
s-kipnis committed Oct 31, 2023
1 parent 6dc7f8f commit ddd2717
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion buildscripts/scripts/build-cmk-distro-package.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,12 @@ def main() {
VERSION: VERSION,
],
// TODO: SPoT!!, see https://jira.lan.tribe29.com/browse/CMK-13857
dependency_paths: ["agents/wnx", "agents/windows", "packages/cmk-agent-ctl"],
dependency_paths: [
"agents/wnx",
"agents/windows",
"packages/cmk-agent-ctl",
"packages/check-sql"
],
dest: "artifacts/winagt-build",
);
dir("${checkout_dir}/artifacts/winagt-build") {
Expand Down

0 comments on commit ddd2717

Please sign in to comment.