Fix syntax error in master private template
This commit is contained in:
@@ -2,15 +2,15 @@ slaves = [
|
|||||||
{'name': 'linux_something_something',
|
{'name': 'linux_something_something',
|
||||||
'password': 'something',
|
'password': 'something',
|
||||||
'platform': 'linux_centos7',
|
'platform': 'linux_centos7',
|
||||||
'platform_short': 'linux'}
|
'platform_short': 'linux'},
|
||||||
{'name': 'macOS_10_15_something_something',
|
{'name': 'macOS_10_15_something_something',
|
||||||
'password': 'something',
|
'password': 'something',
|
||||||
'platform': 'macOS_10_15',
|
'platform': 'macOS_10_15',
|
||||||
'platform_short': 'macos'}
|
'platform_short': 'macos'},
|
||||||
{'name': 'macOS_10_9_something_something',
|
{'name': 'macOS_10_9_something_something',
|
||||||
'password': 'something',
|
'password': 'something',
|
||||||
'platform': 'macOS_10_9',
|
'platform': 'macOS_10_9',
|
||||||
'platform_short': 'macos'}
|
'platform_short': 'macos'},
|
||||||
{'name': 'windows_something_something',
|
{'name': 'windows_something_something',
|
||||||
'password': 'something',
|
'password': 'something',
|
||||||
'platform': 'windows',
|
'platform': 'windows',
|
||||||
|
Reference in New Issue
Block a user