Skip to content

Commit

Permalink
Automate branch for testcase to pass.
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <[email protected]>
  • Loading branch information
sreepuramsudheer committed Dec 9, 2024
1 parent 1f119d2 commit c47b117
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ HAB_FEAT_OFFLINE_INSTALL=true HAB_FEAT_IGNORE_LOCAL=false HAB_ORIGIN=chef HAB_CA

git clone https://github.com/chef/automate.git
cd automate
git checkout ssudheer/ruby_update_3.1

RESOLVED_RESULTS_DIR=$(realpath results/)
export DO_CHECK=true
Expand Down
2 changes: 1 addition & 1 deletion .expeditor/chef_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

git clone https://github.com/chef/automate.git
cd automate
git checkout kalroy/cs_plan_changes
git checkout ssudheer/ruby_update_3.1

#===============================================================================
chmod +x ./integration/tests/chef_server.sh
Expand Down
2 changes: 1 addition & 1 deletion .expeditor/chef_server_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

git clone https://github.com/chef/automate.git
cd automate
git checkout kalroy/cs_plan_changes
git checkout ssudheer/ruby_update_3.1

#===============================================================================
chmod +x ./integration/tests/chef_server_only.sh
Expand Down
2 changes: 1 addition & 1 deletion .expeditor/ha_chef_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

git clone https://github.com/chef/automate.git
cd automate
git checkout kalroy/cs_plan_changes
git checkout ssudheer/ruby_update_3.1

#===============================================================================

Expand Down

0 comments on commit c47b117

Please sign in to comment.