mirror of
https://github.com/Foundry376/Mailspring.git
synced 2024-12-26 01:53:13 +08:00
Fix snap credentials encrypted in Travis
This commit is contained in:
parent
650263ee18
commit
becde44839
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -86,7 +86,7 @@ after_success:
|
||||||
- sudo SNAPCRAFT_ENABLE_DEVELOPER_DEBUG=y /snap/bin/snapcraft --use-lxd
|
- sudo SNAPCRAFT_ENABLE_DEVELOPER_DEBUG=y /snap/bin/snapcraft --use-lxd
|
||||||
- timeout 180 sudo /snap/bin/transfer *.snap
|
- timeout 180 sudo /snap/bin/transfer *.snap
|
||||||
# Decrypt the snapcraft login information
|
# 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)
|
- export SNAPCRAFT_STORE_CREDENTIALS=$(cat .snapcraft/credentials)
|
||||||
|
|
||||||
after_failure:
|
after_failure:
|
||||||
|
|
Loading…
Reference in a new issue