Try this setup
This commit is contained in:
parent
31eab033c5
commit
3119d04921
1 changed files with 2 additions and 1 deletions
|
@ -129,7 +129,8 @@ for my $release (@{$config->{releases}}) {
|
|||
tar -C "output/downloads" -axf $dir.tar.$release->{type} &&\
|
||||
cd $dir &&\
|
||||
find . -exec chmod u+w {} + &&\
|
||||
git config --global --add safe.directory ./ &&\
|
||||
git config --global --add safe.directory '*' &&\
|
||||
git config --global init.defaultBranch main &&\
|
||||
git init &&\
|
||||
git add . &&\
|
||||
git commit -m tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue