File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ before_install:
19
19
env :
20
20
matrix :
21
21
- INSTANCE : default-debian-9-2019-2-py3
22
- # - INSTANCE: default-ubuntu-1804-2019-2-py3
22
+ - INSTANCE : default-ubuntu-1804-2019-2-py3
23
23
- INSTANCE : default-centos-7-2019-2-py3
24
24
- INSTANCE : default-fedora-29-2019-2-py3
25
25
- INSTANCE : default-opensuse-leap-15-2019-2-py3
28
28
- INSTANCE : default-centos-7-2018-3-py2
29
29
- INSTANCE : default-fedora-29-2018-3-py2
30
30
# TODO: Use this when fixed instead of `opensuse-423`
31
- # - INSTANCE: default-opensuse-leap-15-2018-3-py2
31
+ - INSTANCE : default-opensuse-leap-15-2018-3-py2
32
32
- INSTANCE : default-opensuse-423-2018-3-py2
33
33
- INSTANCE : default-debian-8-2017-7-py2
34
34
- INSTANCE : default-ubuntu-1604-2017-7-py2
Original file line number Diff line number Diff line change @@ -43,10 +43,10 @@ platforms:
43
43
driver :
44
44
image : netmanagers/salt-2018.3-py2:fedora-29
45
45
# TODO: Use this when fixed instead of `opensuse-423`
46
- # - name: opensuse-leap-15-2018-3-py2
47
- # driver:
48
- # image: netmanagers/salt-2018.3-py2:opensuse-leap-15
49
- # run_command: /usr/lib/systemd/systemd
46
+ - name : opensuse-leap-15-2018-3-py2
47
+ driver :
48
+ image : netmanagers/salt-2018.3-py2:opensuse-leap-15
49
+ run_command : /usr/lib/systemd/systemd
50
50
- name : opensuse-423-2018-3-py2
51
51
driver :
52
52
image : netmanagers/salt-2018.3-py2:opensuse-423
@@ -64,7 +64,7 @@ platforms:
64
64
- name : centos-6-2017-7-py2
65
65
driver :
66
66
image : netmanagers/salt-2017.7-py2:centos-6
67
- run_options : ' --entrypoint /sbin/init'
67
+ run_command : /sbin/init
68
68
- name : fedora-28-2017-7-py2
69
69
driver :
70
70
image : netmanagers/salt-2017.7-py2:fedora-28
You can’t perform that action at this time.
0 commit comments