summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Dibowitz <phil@ipom.com>2022-10-18 12:48:06 -0700
committerPhil Dibowitz <phil@ipom.com>2022-10-18 12:48:21 -0700
commitabfff797aaee70aa482615396f7b7a2688947421 (patch)
tree6132584a734b1e44eea9060dd5e7f140e4c073b3
parent84e958199abfd7e55ba93eebf1c1c7c5e954a064 (diff)
downloadchef-abfff797aaee70aa482615396f7b7a2688947421.tar.gz
Fix chef-17 pipelines
17 should be tested with 17 on 17. Signed-off-by: Phil Dibowitz <phil@ipom.com>
-rw-r--r--.github/workflows/kitchen.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 9a88eccb06..fcc199de97 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -5,7 +5,7 @@ name: kitchen
pull_request:
push:
branches:
- - main
+ - chef-17
jobs:
windows:
@@ -19,7 +19,7 @@ jobs:
- name: 'Install Chef/Ohai from Omnitruck'
id: install_chef
run: |
- . { Invoke-WebRequest -useb https://omnitruck.chef.io/install.ps1 } | Invoke-Expression; Install-Project -project chef -channel current
+ . { Invoke-WebRequest -useb https://omnitruck.chef.io/install.ps1 } | Invoke-Expression; Install-Project -project chef -channel current -v 17
$env:PATH = "C:\opscode\chef\bin;C:\opscode\chef\embedded\bin;" + $env:PATH
chef-client -v
ohai -v