File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -88,10 +88,10 @@ Map call(Map config = [:]) {
8888 result[' distro_version' ] = cachedCommitPragma(' EL8-version' ,
8989 distroVersion(result[' target' ]))
9090 new_ci_target = cachedCommitPragma(' EL8-target' , result[' target' ])
91- } else if (stage_name. contains(' EL 9.5 ' )) {
92- result[' target' ] = ' el9.5 '
93- result[' distro_version' ] = cachedCommitPragma(' EL9.5 -version' , ' 9.5 ' )
94- new_ci_target = cachedCommitPragma(' EL9.5 -target' , result[' target' ])
91+ } else if (stage_name. contains(' EL 9.6 ' )) {
92+ result[' target' ] = ' el9.6 '
93+ result[' distro_version' ] = cachedCommitPragma(' EL9.6 -version' , ' 9.6 ' )
94+ new_ci_target = cachedCommitPragma(' EL9.6 -target' , result[' target' ])
9595 } else if (stage_name. contains(' EL 9' )) {
9696 result[' target' ] = ' el9'
9797 result[' distro_version' ] = cachedCommitPragma(' EL9-version' ,
You can’t perform that action at this time.
0 commit comments