summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-10-06 10:19:32 +0000
committerJohn McCrae <john.mccrae@progress.com>2022-10-06 10:19:32 +0000
commit46664aaa70347760e602ce5d32d77acd49a4e495 (patch)
treef551548a80c3ec2859a2d6e4d637e15e7eaad766
parenta20a87e1c0f7b5193228d6b3ca406713a7b1fa23 (diff)
downloadchef-46664aaa70347760e602ce5d32d77acd49a4e495.tar.gz
corrected the badssl cert
Signed-off-by: John McCrae <john.mccrae@progress.com>
-rw-r--r--.github/workflows/kitchen.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/kitchen.yml b/.github/workflows/kitchen.yml
index 9a88eccb06..508188f99a 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -34,9 +34,9 @@ jobs:
# The chef-client installer does not put the file 'ansidecl.h' down in the correct location
# This leads to failures during testing. Moving that file to its correct position here.
# Another example of 'bad' that needs to be corrected
- $output = gci -path C:\opscode\ -file ansidecl.h -Recurse
- $target_path = $($output.Directory.Parent.FullName + "\x86_64-w64-mingw32\include")
- Move-Item -Path $output.FullName -Destination $target_path
+ # $output = gci -path C:\opscode\ -file ansidecl.h -Recurse
+ # $target_path = $($output.Directory.Parent.FullName + "\x86_64-w64-mingw32\include")
+ # Move-Item -Path $output.FullName -Destination $target_path
gem install appbundler appbundle-updater --no-doc
If ($lastexitcode -ne 0) { Exit $lastexitcode }