Added encryption for SuperHouse/esp-open-rtos Travis
This commit is contained in:
parent
5bc9885af5
commit
0f8e308609
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@ addons:
|
|||
- vim-common
|
||||
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_3de02a3a9dd1_key -iv $encrypted_3de02a3a9dd1_iv
|
||||
- openssl aes-256-cbc -K $encrypted_709d8233e262_key -iv $encrypted_709d8233e262_iv
|
||||
-in utils/travis_tests/sheinz_rsa.enc -out /tmp/sheinz_rsa -d
|
||||
- eval "$(ssh-agent -s)"
|
||||
- chmod 600 /tmp/sheinz_rsa
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue