Skip to content

Commit 586feae

Browse files
committed
revert target_stash
Signed-off-by: Oksana Salyk <oksana.salyk@hpe.com>
1 parent 4d9d837 commit 586feae

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

vars/unitTest.groovy

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -149,9 +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 = config.get('image_version', '') ?:
153-
${stage_info['target']}
154-
target_stash += '-' + stage_info['compiler']
152+
String target_stash = "${stage_info['target']}-${stage_info['compiler']}"
155153
if (stage_info['build_type']) {
156154
target_stash += '-' + stage_info['build_type']
157155
}

0 commit comments

Comments
 (0)