aboutsummaryrefslogtreecommitdiffstats
path: root/appveyor.yml
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-05 15:10:55 +0700
committerLibravatar Amine Mouafik <amine@mouafik.fr>2019-11-05 15:10:55 +0700
commit950a48367aab1197764239d6e7c604f95f46c33d (patch)
treea19015d70a21b8d9f5845c9b1ac25af10502cbc5 /appveyor.yml
parentRemove Travis hack for submodules (diff)
downloadferdium-app-950a48367aab1197764239d6e7c604f95f46c33d.tar.gz
ferdium-app-950a48367aab1197764239d6e7c604f95f46c33d.tar.zst
ferdium-app-950a48367aab1197764239d6e7c604f95f46c33d.zip
Remove AppVeyor need for private key
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml4
1 files changed, 0 insertions, 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:
4version: 5.0.1.{build} 4version: 5.0.1.{build}
5 5
6install: 6install:
7 - ps: $fileContent = "-----BEGIN RSA PRIVATE KEY-----`n"
8 - ps: $fileContent += $env:priv_key.Replace(' ', "`n")
9 - ps: $fileContent += "`n-----END RSA PRIVATE KEY-----`n"
10 - ps: Set-Content $env:userprofile\.ssh\id_rsa $fileContent
11 - git submodule update --init --recursive 7 - git submodule update --init --recursive
12 - ps: Install-Product node 10 8 - ps: Install-Product node 10
13 - npx lerna bootstrap 9 - npx lerna bootstrap