From 185ed90764e22ac3f35b0934d5559ea63b25e644 Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Thu, 5 Dec 2019 00:38:20 -0800 Subject: [PATCH] anothertest --- integrations/inputunifi/.travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/integrations/inputunifi/.travis.yml b/integrations/inputunifi/.travis.yml index 23f67a99..0ada74da 100644 --- a/integrations/inputunifi/.travis.yml +++ b/integrations/inputunifi/.travis.yml @@ -32,9 +32,9 @@ install: before_script: # Create your own deploy key, tar it, and encrypt the file to make this work. Optionally add a bitly_token file to the archive. - openssl aes-256-cbc -K $encrypted_9f3147001275_key -iv $encrypted_9f3147001275_iv -in .secret-files.tar.enc -out .secret-files.tar -d + - gpg --import gpg.public.key - tar -xf .secret-files.tar - gpg --import gpg.signing.key - - gpg --import gpg.public.key - expect -c "spawn gpg --edit-key 616A79D1ADA2F0FD6F5E2A9166AB29F0EC5718FF trust quit; send \"5\ry\r\"; expect eof" - rm -f gpg.signing.key .secret-files.tar - mkdir -p ~/.gnupg