File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 61
61
# # Define the rest of the matrix based on Kitchen testing
62
62
# Make sure the instances listed below match up with
63
63
# the `platforms` defined in `kitchen.yml`
64
- - env : INSTANCE=default-debian-10-develop -py3
64
+ - env : INSTANCE=default-debian-10-master -py3
65
65
# - env: INSTANCE=default-ubuntu-1804-develop-py3
66
66
# - env: INSTANCE=default-centos-7-develop-py3
67
67
# - env: INSTANCE=default-fedora-30-develop-py3
Original file line number Diff line number Diff line change @@ -11,13 +11,13 @@ driver:
11
11
# Make sure the platforms listed below match up with
12
12
# the `env.matrix` instances defined in `.travis.yml`
13
13
platforms :
14
- # # SALT `develop`
15
- - name : debian-10-develop -py3
14
+ # # SALT `develop` => `master`
15
+ - name : debian-10-master -py3
16
16
driver :
17
- image : netmanagers/salt-develop -py3:debian-10
17
+ image : netmanagers/salt-master -py3:debian-10
18
18
provision_command :
19
19
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
20
- - sh bootstrap-salt.sh -XdPbfrq -x python3 git develop
20
+ - sh bootstrap-salt.sh -XdPbfrq -x python3 git master
21
21
- name : ubuntu-1804-develop-py3
22
22
driver :
23
23
image : netmanagers/salt-develop-py3:ubuntu-18.04
You can’t perform that action at this time.
0 commit comments