mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-02-27 09:36:28 +08:00
fix(appveyor): check if the decryption password env variable is set
This commit is contained in:
parent
5836c065c7
commit
506170c5a9
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.
|
||||
- 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
|
||||
mv -Force build\resources\ssh\nylas-n1-ci-ssh-secure-file c:\users\appveyor\.ssh\id_rsa
|
||||
git submodule init
|
||||
|
|
Loading…
Reference in a new issue