Set global config
This commit is contained in:
parent
dfbf32a835
commit
dc2121fae8
1 changed files with 2 additions and 2 deletions
|
@ -32,8 +32,8 @@ jobs:
|
|||
fi
|
||||
echo "building tarball for $CI_REF_NAME"
|
||||
cd $CI_PROJECT_NAME
|
||||
git config user.name "forgejo-actions[bot]"
|
||||
git config user.email "dev@ayakael.net"
|
||||
git config --global user.name "forgejo-actions[bot]"
|
||||
git config --global user.email "dev@ayakael.net"
|
||||
./gradlew --parallel applyPatches
|
||||
cd ../
|
||||
mv $CI_PROJECT_NAME $CI_PROJECT_NAME-$CI_REF_NAME
|
||||
|
|
Loading…
Reference in a new issue