Skip to content

Commit

Permalink
ci(kitchen): avoid using bootstrap for master instances [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#124
  • Loading branch information
myii committed Feb 5, 2020
1 parent 52df5ca commit 7aebed6
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,9 @@ platforms:
- name: debian-10-master-py3
driver:
image: netmanagers/salt-master-py3:debian-10
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master
- name: ubuntu-1804-master-py3
driver:
image: netmanagers/salt-master-py3:ubuntu-18.04
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPbfrq -x python3 git master

## SALT `2019.2`
- name: debian-9-2019-2-py3
Expand Down

0 comments on commit 7aebed6

Please sign in to comment.