From 51b3d3589a78ce100d2b103280af943518ef2b53 Mon Sep 17 00:00:00 2001 From: openbuilds-engineer Date: Thu, 12 Jul 2018 17:30:31 +0200 Subject: [PATCH] update --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 16a7d2b..59c096b 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -9,10 +9,6 @@ cache: init: - git config --global core.autocrlf input - - git config --global credential.helper store - - ps: Add-Content "$env:USERPROFILE\.git-credentials" "https://$($env:GH_TOKEN):x-oauth-basic@github.com`n" - - git config --global user.email "%GitHubUserEmail%" - - git config --global user.name "%GitHubUserName%" install: - ps: Install-Product node 7 x64