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:
parent
9fe1ceeb32
commit
bfc43cfe62
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user