Skip to content

Commit 17b4ef4

Browse files
committed
Reland: trigger-cmk-distro-package: Don't download unsigned packages
With this change the unsigned packages won't be downloaded into trigger-cmk-distro-package. The package is required for the signing job, but the signing job will search for the build job via ci-artifacts and then download it via ci-artifacts for signing. References CMK-31275 Change-Id: I85d3169e825aff3799f3d9a9a1d94dbdc47fe668
1 parent d3fc7f1 commit 17b4ef4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildscripts/scripts/trigger-cmk-distro-package.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ void main() {
138138
CIPARAM_BISECT_COMMENT: params.CIPARAM_BISECT_COMMENT,
139139
],
140140
no_remove_others: true, // do not delete other files in the dest dir
141-
download: true,
141+
download: false,
142142
dest: "${checkout_dir}",
143143
);
144144
}

0 commit comments

Comments
 (0)