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