Skip to content

Commit

Permalink
Fix for appimage build.
Browse files Browse the repository at this point in the history
Need to make sure we chdir to the right place before running commands.
  • Loading branch information
brndnmtthws committed Jun 23, 2019
1 parent 9fe1cee commit bfc43cf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bfc43cf

Please sign in to comment.