summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn McCrae <john.mccrae@progress.com>2022-07-27 16:03:40 -0700
committerJohn McCrae <john.mccrae@progress.com>2022-08-09 14:43:13 -0700
commitc4a8994181f8d828140195f48aff05a40dec667e (patch)
treeec8186b5752158566c67a01f966b7daa4708523b
parent73ab96ea29cd4c17934759c3178c7f90ed18552b (diff)
downloadchef-c4a8994181f8d828140195f48aff05a40dec667e.tar.gz
starting to integrate ruby 3.1 into the builds
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 7cd0d78ed1..27de21517f 100644
--- a/.github/workflows/kitchen.yml
+++ b/.github/workflows/kitchen.yml
@@ -229,9 +229,9 @@ jobs:
ruby -v
echo "Which ruby are we using?"
which ruby
- sudo mv /home/runner/work/chef /home/runner/work/chef17
- git clone https://github.com/chef/chef.git /home/runner/work/chef
- cd /home/runner/work/chef
+ sudo mv /home/runner/work/chef/chef /home/runner/work/chef/chef17
+ git clone https://github.com/chef/chef.git /home/runner/work/chef/chef
+ cd /home/runner/work/chef/chef
bundle install
# gem install bundler:2.3.18
# gem install chef-utils