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
0a157bd6
Commit
0a157bd6
authored
Dec 01, 2022
by
Thomas Powell
Browse files
Switch main back to current for kitchen
Signed-off-by:
Thomas Powell
<
powell@progress.com
>
parent
7c351dc1
Changes
1
Hide whitespace changes
Inline
Side-by-side
.github/workflows/kitchen.yml
View file @
0a157bd6
...
...
@@ -65,7 +65,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
stable
. { Invoke-WebRequest -useb https://omnitruck.chef.io/install.ps1 } | Invoke-Expression; Install-Project -project chef -channel
current
$env:PATH = "C:\ruby31\bin;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