Skip to content

Commit

Permalink
Fixup collecting cmk packages
Browse files Browse the repository at this point in the history
Change-Id: I143b11e4d34b163a4ce3ac25df11220ec782ba85
  • Loading branch information
TimotheusBachinger committed Jan 13, 2025
1 parent 060f285 commit d1a5e7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildscripts/scripts/trigger-packages.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def preparation(packages_file) {
stage("Preparation") {
inside_container() {
sh("rm -rf results; mkdir results");
sh("buildscripts/scripts/collect_packages.py packages non-free/packages");
sh("buildscripts/scripts/collect_packages.py packages non-free/packages > ${packages_file}");
}
}
}
Expand Down

0 comments on commit d1a5e7a

Please sign in to comment.