Need to add safedirectory due to ownership during run within docker
This commit is contained in:
parent
4ba9572e59
commit
31eab033c5
1 changed files with 1 additions and 0 deletions
|
@ -129,6 +129,7 @@ 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 init &&\
|
||||
git add . &&\
|
||||
git commit -m tmp
|
||||
|
|
Loading…
Add table
Reference in a new issue