Skip to content

Commit

Permalink
adding permissions to the files.
Browse files Browse the repository at this point in the history
Signed-off-by: talktovikas <vikas.yadav@progress.com>
  • Loading branch information
talktovikas committed Sep 30, 2024
1 parent cacb7fe commit 8bc272b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .expeditor/chef_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cd automate
git checkout kalroy/cs_plan_changes

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

chmod +x ./integration/tests/chef_server.sh
#running the chef_server.sh script from the automate repo
./integration/tests/chef_server.sh
2 changes: 1 addition & 1 deletion .expeditor/chef_server_only.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ cd automate
git checkout kalroy/cs_plan_changes

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

chmod +x ./integration/tests/chef_server_only.sh
#running the chef_server_only.sh script from the automate repo
./integration/tests/chef_server_only.sh
1 change: 1 addition & 0 deletions .expeditor/ha_chef_server.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,5 @@ git checkout kalroy/cs_plan_changes
#===============================================================================

#running the ha_chef_server.sh script from the automate repo
chmod +x ./integration/tests/ha_chef_server.sh
./integration/tests/ha_chef_server.sh

0 comments on commit 8bc272b

Please sign in to comment.