Fix Auth issue (probably)

This commit is contained in:
Daniel Donenfeld 2019-02-13 13:57:52 -08:00
parent 707f8aee50
commit e7335e396b
2 changed files with 4 additions and 4 deletions

View File

@ -131,6 +131,10 @@ test_script:
- ctest -j2
on_success:
- git config --global credential.helper store
- ps: powershell -command 'Add-Content "$HOME\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"'
- git config --global user.email "dadonenf@microsoft.com"
- git config --global user.name "Daniel Donenfeld"
- cd %APPVEYOR_BUILD_FOLDER%
- push_asm.bat

View File

@ -1,7 +1,3 @@
git config --global credential.helper store
powershell -command 'Add-Content "$HOME\.git-credentials" "https://$($env:access_token):x-oauth-basic@github.com`n"' > nul 2>&1
git config --global user.email "dadonenf@microsoft.com"
git config --global user.name "Daniel Donenfeld"
git config --global core.autocrlf false
REM Get branch to check asm into