Fix snap credentials encrypted in Travis

This commit is contained in:
Ben Gotow 2024-09-13 23:21:25 -05:00
parent 650263ee18
commit becde44839
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View file

@ -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: