Skip to content

Commit 398932b

Browse files
committed
ci: avoid init_environment failing due to saltstack/salt#57628
1 parent 7283f38 commit 398932b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

kitchen.github.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ provisioner:
1717
C:\salt\salt-call --local state.single file.managed
1818
C:\Users\kitchen\AppData\Local\Temp\kitchen\srv\salt\win\repo-ng\openvpn.sls
1919
source=https://github.com/saltstack/salt-winrepo-ng/raw/master/openvpn.sls
20-
skip_verify=True makedirs=True
20+
skip_verify=True makedirs=True; exit 0

kitchen.vagrant.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ driver:
55
name: vagrant
66

77
platforms:
8-
- name: windows-81-2019-2-py3
8+
- name: windows
99
driver:
1010
box: techneg/win81x64-pro-salt
1111
gui: false
@@ -15,4 +15,4 @@ platforms:
1515
salt-call --local state.single file.managed
1616
C:\Users\vagrant\AppData\Local\Temp\kitchen\srv\salt\win\repo-ng\openvpn.sls
1717
source=https://github.com/saltstack/salt-winrepo-ng/raw/master/openvpn.sls
18-
skip_verify=True makedirs=True
18+
skip_verify=True makedirs=True; exit 0

0 commit comments

Comments
 (0)