1
0
mirror of https://github.com/Llewellynvdm/conky.git synced 2024-12-26 04:17:33 +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: - directories:
- "$HOME/.sonar/cache" - "$HOME/.sonar/cache"
before_deploy: before_deploy:
- cd $TRAVIS_BUILD_DIR
- openssl aes-256-cbc -K $encrypted_38876355cb3e_key -iv $encrypted_38876355cb3e_iv - openssl aes-256-cbc -K $encrypted_38876355cb3e_key -iv $encrypted_38876355cb3e_iv
-in appimage/secret.gpg.enc -out appimage/secret.gpg -d -in appimage/secret.gpg.enc -out appimage/secret.gpg -d
- "gpg --import appimage/secret.gpg" - "gpg --import appimage/secret.gpg"