disable git pull & push
will fail inside the container anyway:
This commit is contained in:
parent
f87143f1fb
commit
5c11a0b724
1 changed files with 3 additions and 1 deletions
|
@ -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',
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue