Commit c6bfcbb
Fix CI: Use perl interpreter for gitolite install script instead of bash
The gitolite install script is a Perl script and must be run with perl, not bash.
Running it with bash was causing syntax errors as bash doesn't understand Perl syntax.
This fix ensures the gitolite installation step works correctly in CI.
Co-authored-by: PowerKiKi <[email protected]>1 parent 3fe3846 commit c6bfcbb
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
121 | 121 | | |
122 | 122 | | |
123 | 123 | | |
124 | | - | |
| 124 | + | |
125 | 125 | | |
126 | 126 | | |
127 | 127 | | |
| |||
0 commit comments