From e7335e396b9fa7eda84e34a942690324f4e52914 Mon Sep 17 00:00:00 2001 From: Daniel Donenfeld Date: Wed, 13 Feb 2019 13:57:52 -0800 Subject: [PATCH] Fix Auth issue (probably) --- appveyor.yml | 4 ++++ push_asm.bat | 4 ---- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5a401c0..15d4c87 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -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 diff --git a/push_asm.bat b/push_asm.bat index 2e302ad..78876ec 100644 --- a/push_asm.bat +++ b/push_asm.bat @@ -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