1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-25 04:06:03 +00:00

Fix for appimage build.

Need to make sure we chdir to the right place before running commands.
This commit is contained in:
Brenden Matthews 2019-06-23 10:50:35 -04:00
parent 9fe1ceeb32
commit bfc43cfe62
No known key found for this signature in database
GPG Key ID: 1D7EDBF64E428281

View File

@ -265,6 +265,7 @@ cache:
- directories:
- "$HOME/.sonar/cache"
before_deploy:
- cd $TRAVIS_BUILD_DIR
- openssl aes-256-cbc -K $encrypted_38876355cb3e_key -iv $encrypted_38876355cb3e_iv
-in appimage/secret.gpg.enc -out appimage/secret.gpg -d
- "gpg --import appimage/secret.gpg"