Commit 2b82d382 authored by mercury233's avatar mercury233

test

parent b955fa0d
......@@ -19,11 +19,11 @@ after_build:
- git checkout dump
- cp -rf dumps/* locales/
- git config --global user.name $($env:APPVEYOR_REPO_COMMIT_AUTHOR)
- git config --global user.email $($env:APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL)
- git config --global user.name %APPVEYOR_REPO_COMMIT_AUTHOR%
- git config --global user.email %APPVEYOR_REPO_COMMIT_AUTHOR_EMAIL%
- git config --global credential.helper store
- ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"
- bash -c "git commit -a -m '$($env:APPVEYOR_REPO_COMMIT_MESSAGE)' ; exit 0"
- bash -c "git commit -a -m '%APPVEYOR_REPO_COMMIT_MESSAGE%' ; exit 0"
- git push origin dump
test: off
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment