Skip to content

Commit

Permalink
ci(kitchen): use stable for amazonlinux-1 bootstrap [skip ci]
Browse files Browse the repository at this point in the history
* Automated using myii/ssf-formula#95
  • Loading branch information
myii committed Nov 9, 2019
1 parent f7ba086 commit 472434b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ platforms:
image: amazonlinux:1
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPfq -x python2 git 2019.2
- sh bootstrap-salt.sh -XdPfq -x python2 stable 2019.2
run_command: /sbin/init
- name: centos-8-2019-2-py3
driver:
Expand All @@ -67,7 +67,7 @@ platforms:
image: amazonlinux:1
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPfq -x python2 git 2018.3
- sh bootstrap-salt.sh -XdPfq -x python2 stable 2018.3
run_command: /sbin/init
- name: fedora-30-2018-3-py3
driver:
Expand All @@ -85,7 +85,7 @@ platforms:
image: amazonlinux:1
provision_command:
- curl -o bootstrap-salt.sh -L https://bootstrap.saltstack.com
- sh bootstrap-salt.sh -XdPfq -x python2 git 2017.7
- sh bootstrap-salt.sh -XdPfq -x python2 stable 2017.7
run_command: /sbin/init
- name: centos-6-2017-7-py2
driver:
Expand Down

0 comments on commit 472434b

Please sign in to comment.