Skip to content

Commit

Permalink
Fixup: call provide_agent_binaries in minimal container
Browse files Browse the repository at this point in the history
Change-Id: I19742c234cf79492c69087f31ada389b69512a99
  • Loading branch information
JonasScharpf committed Feb 12, 2025
1 parent 3ed831e commit 80ee625
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions buildscripts/scripts/build-cmk-distro-package.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -95,11 +95,9 @@ def main() {
dir("${checkout_dir}") {
sh("make .ran-webpack");
}
}

dir("${checkout_dir}") {
sh("make .venv");
}

inside_container_minimal(safe_branch_name: safe_branch_name) {
smart_stage(name: 'Fetch agent binaries', condition: !params.FAKE_WINDOWS_ARTIFACTS) {
package_helper.provide_agent_binaries(version, edition, disable_cache);
}
Expand Down

0 comments on commit 80ee625

Please sign in to comment.