Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
chef
Commits
ab892b64
Commit
ab892b64
authored
Dec 01, 2022
by
Thomas Powell
Browse files
Switch v16 channel to stable
Signed-off-by:
Thomas Powell
<
powell@progress.com
>
parent
07ed8421
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/kitchen.yml
View file @
ab892b64
...
...
@@ -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
-v 16
. { Invoke-WebRequest -useb https://omnitruck.chef.io/install.ps1 } | Invoke-Expression; Install-Project -project chef -channel
stable
-v 16
$env:PATH = "C:\opscode\chef\bin;C:\opscode\chef\embedded\bin;" + $env:PATH
chef-client -v
ohai -v
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment