Skip to content

Commit 758282e

Browse files
committed
fix target_stash
Signed-off-by: Oksana Salyk <oksana.salyk@hpe.com>
1 parent 4f1756c commit 758282e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

vars/unitTest.groovy

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -149,8 +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 = image_version
153-
target_stash += '-' + ${stage_info['compiler']}
152+
String target_stash = "${image_version}-${stage_info['compiler']}"
154153
if (stage_info['build_type']) {
155154
target_stash += '-' + stage_info['build_type']
156155
}

0 commit comments

Comments
 (0)