Added git config before trying to push libs
This commit is contained in:
@@ -109,6 +109,8 @@ image:
|
||||
merge_libs:
|
||||
- |
|
||||
if [[ $GITLAB_CI == 'true' && $CI_COMMIT_BRANCH == "main" ]]; then
|
||||
git config --global user.name "KicadCi"
|
||||
git config --global user.email "andrew@micromelon.com.au"
|
||||
for d in "libs/melonlib" "libs/melon3d"
|
||||
do
|
||||
cd $d
|
||||
|
||||
Reference in New Issue
Block a user