From 7aebed62a71520ccee6a2fb96601899787674a09 Mon Sep 17 00:00:00 2001 From: Imran Iqbal Date: Wed, 5 Feb 2020 13:59:22 +0000 Subject: [PATCH] ci(kitchen): avoid using bootstrap for `master` instances [skip ci] * Automated using https://github.com/myii/ssf-formula/pull/124 --- kitchen.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/kitchen.yml b/kitchen.yml index 9439176..4736453 100644 --- a/kitchen.yml +++ b/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