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

Commit

Permalink
Merge pull request #13438 from mmitche/fix-tick
Browse files Browse the repository at this point in the history
Fix back-tick mark
  • Loading branch information
mmitche committed Nov 7, 2016
2 parents 80f4ea5 + 456dae5 commit 8808e3e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion netci.groovy
Expand Up @@ -351,7 +351,7 @@ def osShortName = ['Windows 10': 'win10',
// **************************
[true, false].each { isPR ->
['Debug', 'Release'].each { configurationGroup ->
['Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', `Ubuntu16.10', 'Debian8.4', 'CentOS7.1', 'OpenSUSE13.2', 'OpenSUSE42.1, 'Fedora23', 'Fedora24', 'RHEL7.2', 'OSX'].each { osName ->
['Windows_NT', 'Ubuntu14.04', 'Ubuntu16.04', 'Ubuntu16.10', 'Debian8.4', 'CentOS7.1', 'OpenSUSE13.2', 'OpenSUSE42.1', 'Fedora23', 'Fedora24', 'RHEL7.2', 'OSX'].each { osName ->
def osGroup = osGroupMap[osName]
def newJobName = "${osName.toLowerCase()}_${configurationGroup.toLowerCase()}"

Expand Down

0 comments on commit 8808e3e

Please sign in to comment.