Fix syntax error in master private template

This commit is contained in:
2020-06-15 17:28:23 +02:00
parent 3cd1ea8005
commit 487b6f28e4

View File

@@ -2,15 +2,15 @@ slaves = [
{'name': 'linux_something_something',
'password': 'something',
'platform': 'linux_centos7',
'platform_short': 'linux'}
'platform_short': 'linux'},
{'name': 'macOS_10_15_something_something',
'password': 'something',
'platform': 'macOS_10_15',
'platform_short': 'macos'}
'platform_short': 'macos'},
{'name': 'macOS_10_9_something_something',
'password': 'something',
'platform': 'macOS_10_9',
'platform_short': 'macos'}
'platform_short': 'macos'},
{'name': 'windows_something_something',
'password': 'something',
'platform': 'windows',