Don't need to log the architecture anymore

This commit is contained in:
joshaber 2016-09-28 15:44:39 -04:00
parent 2455d6f4a8
commit 5fe33c5c1f

View file

@ -21,7 +21,6 @@ version: "{build}"
install:
- ps: Install-Product node $env:nodejs_version x64
- node -e "console.log(process.arch)"
- npm install -g npm
- ps: $fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
- ps: $fileContent += $env:PRIVATE_KEY.Replace(' ', "`n")