Skip to content

Commit

Permalink
Incorporated review comments.
Browse files Browse the repository at this point in the history
Signed-off-by: sreepuramsudheer <[email protected]>
  • Loading branch information
sreepuramsudheer authored and jashaik committed Dec 10, 2024
1 parent a145cbf commit 88cc3a9
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 5 deletions.
5 changes: 4 additions & 1 deletion .expeditor/automate_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,10 @@ 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
if [ "${AUTOMATE_BRANCH}" != "" ]
then
git checkout "${AUTOMATE_BRANCH}"
fi

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

git clone https://github.com/chef/automate.git
cd automate
git checkout ssudheer/ruby_update_3.1
if [ "${AUTOMATE_BRANCH}" != "" ]
then
git checkout "${AUTOMATE_BRANCH}"
fi

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

git clone https://github.com/chef/automate.git
cd automate
git checkout ssudheer/ruby_update_3.1
if [ "${AUTOMATE_BRANCH}" != "" ]
then
git checkout "${AUTOMATE_BRANCH}"
fi

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

git clone https://github.com/chef/automate.git
cd automate
git checkout ssudheer/ruby_update_3.1
if [ "${AUTOMATE_BRANCH}" != "" ]
then
git checkout "${AUTOMATE_BRANCH}"
fi

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

Expand Down
2 changes: 1 addition & 1 deletion .license_scout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -214,5 +214,5 @@ exceptions:
- name: core/nss-myhostname
reason: Exception made by Chef Legal
- name: core/xz
reason: Added for test to pass
reason: Exception made by Chef Legal

0 comments on commit 88cc3a9

Please sign in to comment.