Skip to content

Commit 56c4da9

Browse files
committed
Fixed Git push in AppVeyor.
1 parent ab0aace commit 56c4da9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

appveyor.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -53,10 +53,12 @@ build_script:
5353
#---------------------------------#
5454

5555
on_success:
56+
- git config --global user.name "CppSharp CI"
5657
- git config --global credential.helper store
5758
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GITHUB_ACCESS_TOKEN):[email protected]`n"
59+
- git remote set-url origin https://github.com/mono/CppSharp.git
5860
- '%LIB_PATH%\CppSharp.Parser.Gen.exe'
59-
- git commit -m "CI: Re-generated the parser bindings"
61+
- git commit -a -m "CI: Re-generated the parser bindings"
6062
- git push
6163

6264
#---------------------------------#

0 commit comments

Comments
 (0)