File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 38
38
- name : Setup dependencies
39
39
run :
40
40
sudo apt-get install tree
41
- - run : git config --global protocol.file.allow always # workaround for https://bugs.launchpad.net/ubuntu/+source/git/+bug/1993586
42
41
- name : test
43
42
env :
44
43
CI : true
Original file line number Diff line number Diff line change @@ -327,11 +327,13 @@ fn scripted_fixture_repo_read_only_with_args_inner(
327
327
. env ( "GIT_COMMITTER_DATE" , "2000-01-02 00:00:00 +0000" )
328
328
. env ( "GIT_COMMITTER_EMAIL" , "[email protected] " )
329
329
. env ( "GIT_COMMITTER_NAME" , "committer" )
330
- . env ( "GIT_CONFIG_COUNT" , "2 " )
330
+ . env ( "GIT_CONFIG_COUNT" , "3 " )
331
331
. env ( "GIT_CONFIG_KEY_0" , "commit.gpgsign" )
332
332
. env ( "GIT_CONFIG_VALUE_0" , "false" )
333
333
. env ( "GIT_CONFIG_KEY_1" , "init.defaultBranch" )
334
334
. env ( "GIT_CONFIG_VALUE_1" , "main" )
335
+ . env ( "GIT_CONFIG_KEY_2" , "protocol.file.allow" )
336
+ . env ( "GIT_CONFIG_VALUE_2" , "always" )
335
337
. output ( ) ?;
336
338
if !output. status . success ( ) {
337
339
write_failure_marker ( & failure_marker) ;
You can’t perform that action at this time.
0 commit comments