Skip to content

Commit 19d4b05

Browse files
committed
fix target_stash
Signed-off-by: Oksana Salyk <[email protected]>
1 parent 2ae8012 commit 19d4b05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vars/unitTest.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Map call(Map config = [:]) {
149149
inst_repos: config.get('inst_repos', ''),
150150
inst_rpms: inst_rpms)
151151
// image_version-compiler-build_type
152-
String target_stash = "${stage_info['ci_target']}-${stage_info['compiler']}"
152+
String target_stash = "${image_version}-${stage_info['compiler']}"
153153
if (stage_info['build_type']) {
154154
target_stash += '-' + stage_info['build_type']
155155
}

0 commit comments

Comments
 (0)