disable git pull & push

will fail inside the container anyway:
This commit is contained in:
Nico Schottelius 2024-10-12 00:04:02 +09:00
parent f87143f1fb
commit 5c11a0b724

View file

@ -278,6 +278,9 @@ use IkiWiki::Setup::Standard {
# parent page tags are located under
tagbase => 'tags',
# emtpy disables pull & push
gitorigin_branch => '',
# underlay plugin
# extra underlay directories to add
#add_underlays => [qw{/home/users/nico/wiki.underlay}],
@ -286,7 +289,6 @@ use IkiWiki::Setup::Standard {
# git_wrapper => '/home/services/git/nico.schottelius.org/hooks/post-update',
# git_wrappermode => '06755',
# gitorigin_branch => 'origin',
# gitmaster_branch => 'master',
}