mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-12-12 20:36:29 +01:00
Fix snap credentials encrypted in Travis
This commit is contained in:
Binary file not shown.
@@ -86,7 +86,7 @@ after_success:
|
||||
- sudo SNAPCRAFT_ENABLE_DEVELOPER_DEBUG=y /snap/bin/snapcraft --use-lxd
|
||||
- timeout 180 sudo /snap/bin/transfer *.snap
|
||||
# Decrypt the snapcraft login information
|
||||
- openssl aes-256-cbc -K $encrypted_d506bd5213c4_key -iv $encrypted_d506bd5213c4_iv -in .snapcraft/credentials.enc -out .snapcraft/credentials -d
|
||||
- openssl aes-256-cbc -K $encrypted_3a103488aae7_key -iv $encrypted_3a103488aae7_iv -in .snapcraft/credentials.enc -out .snapcraft/credentials -d
|
||||
- export SNAPCRAFT_STORE_CREDENTIALS=$(cat .snapcraft/credentials)
|
||||
|
||||
after_failure:
|
||||
|
||||
Reference in New Issue
Block a user