pull/110/head
openbuilds-engineer 2018-07-12 19:30:08 +02:00
rodzic 16bbd766dc
commit 9ffe45f966
1 zmienionych plików z 0 dodań i 3 usunięć

Wyświetl plik

@ -10,9 +10,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