瀏覽代碼

ci(kitchen): avoid using bootstrap for `master` instances [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/124
tags/v0.10.1
Imran Iqbal 5 年之前
父節點
當前提交
7aebed62a7
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. +0
    -6
      kitchen.yml

+ 0
- 6
kitchen.yml 查看文件

@@ -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

Loading…
取消
儲存