From 950a48367aab1197764239d6e7c604f95f46c33d Mon Sep 17 00:00:00 2001 From: Amine Mouafik Date: Tue, 5 Nov 2019 15:10:55 +0700 Subject: Remove AppVeyor need for private key --- appveyor.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 5d2e0c6bd..1034565ed 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -4,10 +4,6 @@ environment: version: 5.0.1.{build} install: - - ps: $fileContent = "-----BEGIN RSA PRIVATE KEY-----`n" - - ps: $fileContent += $env:priv_key.Replace(' ', "`n") - - ps: $fileContent += "`n-----END RSA PRIVATE KEY-----`n" - - ps: Set-Content $env:userprofile\.ssh\id_rsa $fileContent - git submodule update --init --recursive - ps: Install-Product node 10 - npx lerna bootstrap -- cgit v1.2.3-70-g09d2