travis-ci: don't try to decrypt updates key for PRs
This commit is contained in:
parent
3ad3623084
commit
e552fb1101
@ -43,8 +43,7 @@ deploy:
|
|||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- git fetch --unshallow
|
- git fetch --unshallow
|
||||||
- openssl aes-256-cbc -K $encrypted_a1949b55824a_key -iv $encrypted_a1949b55824a_iv
|
- "[ $TRAVIS_PULL_REQUEST == 'false' ] && openssl aes-256-cbc -K $encrypted_a1949b55824a_key -iv $encrypted_a1949b55824a_iv -in private/www-updater.key.enc -out private/www-updater.key -d || :"
|
||||||
-in private/www-updater.key.enc -out private/www-updater.key -d
|
|
||||||
|
|
||||||
# before_install:
|
# before_install:
|
||||||
# required libs for android build tools
|
# required libs for android build tools
|
||||||
|
Loading…
x
Reference in New Issue
Block a user