Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit 8808e3e

Browse files
authored
Merge pull request #13438 from mmitche/fix-tick
Fix back-tick mark
2 parents 80f4ea5 + 456dae5 commit 8808e3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

netci.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ def osShortName = ['Windows 10': 'win10',
351351
// **************************
352352
[true, false].each { isPR ->
353353
['Debug', 'Release'].each { configurationGroup ->
354-
['Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', `Ubuntu16.10', 'Debian8.4', 'CentOS7.1', 'OpenSUSE13.2', 'OpenSUSE42.1, 'Fedora23', 'Fedora24', 'RHEL7.2', 'OSX'].each { osName ->
354+
['Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'Debian8.4', 'CentOS7.1', 'OpenSUSE13.2', 'OpenSUSE42.1', 'Fedora23', 'Fedora24', 'RHEL7.2', 'OSX'].each { osName ->
355355
def osGroup = osGroupMap[osName]
356356
def newJobName = "${osName.toLowerCase()}_${configurationGroup.toLowerCase()}"
357357

0 commit comments

Comments
 (0)