Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 04847bb

Browse files
committed
ci(kitchen+travis): replace EOL pre-salted images
* Automated using myii/ssf-formula#16
1 parent f15c64d commit 04847bb

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ services:
1919
# the `platforms` defined in `kitchen.yml`
2020
env:
2121
matrix:
22-
- INSTANCE: repositories-debian-9-develop-py3
23-
- INSTANCE: preferences-debian-9-develop-py3
22+
- INSTANCE: repositories-debian-10-develop-py3
23+
# - INSTANCE: preferences-debian-10-develop-py3
2424
# - INSTANCE: repositories-ubuntu-1804-develop-py3
2525
# - INSTANCE: preferences-ubuntu-1804-develop-py3
2626
- INSTANCE: repositories-debian-9-2019-2-py3

kitchen.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,9 @@ driver:
1212
# the `env.matrix` instances defined in `.travis.yml`
1313
platforms:
1414
## SALT `develop`
15-
- name: debian-9-develop-py3
15+
- name: debian-10-develop-py3
1616
driver:
17-
image: netmanagers/salt-develop-py3:debian-9
17+
image: netmanagers/salt-develop-py3:debian-10
1818
provision_command:
1919
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
2020
- sh bootstrap-salt.sh -XdPbfrq -x python3 git develop

0 commit comments

Comments
 (0)