mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-09-10 06:34:40 +08:00
fix(appveyor): check if the decryption password env variable is set
This commit is contained in:
parent
fbdf4b840a
commit
6fa019e4c1
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@ install:
|
||||||
|
|
||||||
# We need to extract the encrypted private ssh key to clone the submodule.
|
# We need to extract the encrypted private ssh key to clone the submodule.
|
||||||
- ps: |
|
- ps: |
|
||||||
if ($env:APPVEYOR_PULL_REQUEST_NUMBER) {
|
if ($env:DECRYPTION_PASSWORD) {
|
||||||
secure-file\tools\secure-file -decrypt build\resources\ssh\nylas-n1-ci-ssh-secure-file.enc -secret $env:DECRYPTION_PASSWORD
|
secure-file\tools\secure-file -decrypt build\resources\ssh\nylas-n1-ci-ssh-secure-file.enc -secret $env:DECRYPTION_PASSWORD
|
||||||
mv -Force build\resources\ssh\nylas-n1-ci-ssh-secure-file c:\users\appveyor\.ssh\id_rsa
|
mv -Force build\resources\ssh\nylas-n1-ci-ssh-secure-file c:\users\appveyor\.ssh\id_rsa
|
||||||
git submodule init
|
git submodule init
|
||||||
|
|
Loading…
Add table
Reference in a new issue