Skip to content

Commit 57198b5

Browse files
CopilotPowerKiKi
andcommitted
Add debugging commands to gitolite installation step
Co-authored-by: PowerKiKi <[email protected]>
1 parent 87a7b47 commit 57198b5

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,8 @@ jobs:
120120
working-directory: redmine
121121
run: |
122122
sudo useradd --create-home git
123+
chmod -R 777 $GITHUB_WORKSPACE/gitolite
124+
ls -l $GITHUB_WORKSPACE/gitolite/install
123125
sudo -n -u git -i mkdir bin
124126
sudo -n -u git -i $GITHUB_WORKSPACE/gitolite/install -to /home/git/bin
125127
sudo cp plugins/redmine_git_hosting/ssh_keys/redmine_gitolite_admin_id_rsa.pub /home/git/

0 commit comments

Comments
 (0)