pull/110/head
openbuilds-engineer 2018-07-12 17:38:32 +02:00
rodzic 51b3d3589a
commit 0d222edcb6
1 zmienionych plików z 4 dodań i 4 usunięć

Wyświetl plik

@ -9,6 +9,10 @@ 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
@ -19,8 +23,4 @@ install:
build_script:
- npm run dist
artifacts:
- path: dist\*
name: LocalDist
test: off