Skip to content

Commit

Permalink
Fix permissions 2
Browse files Browse the repository at this point in the history
  • Loading branch information
PowerKiKi committed Nov 12, 2024
1 parent 4bb3e0f commit 80a27b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ jobs:
working-directory: redmine
run: |
sudo useradd --create-home git
chmod -R a+rwX $GITHUB_WORKSPACE/gitolite
chmod a+x $GITHUB_WORKSPACE/gitolite/install
chmod -R 777 $GITHUB_WORKSPACE/gitolite
ls -l $GITHUB_WORKSPACE/gitolite/install
sudo -n -u git -i mkdir bin
sudo -n -u git -i $GITHUB_WORKSPACE/gitolite/install -to /home/git/bin
sudo cp plugins/redmine_git_hosting/ssh_keys/redmine_gitolite_admin_id_rsa.pub /home/git/
Expand Down

0 comments on commit 80a27b3

Please sign in to comment.