From 37a01b325be155608b71a8d44fb48001ac06326a Mon Sep 17 00:00:00 2001 From: davidnewhall2 Date: Wed, 4 Dec 2019 23:41:15 -0800 Subject: [PATCH] try this --- .travis.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1ff7f99e..ee1484bd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,10 +31,12 @@ 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 - tar -xf .secret-files.tar + - gpg --import gpg.signing.key + - rm -f gpg.signing.key .secret-files.tar + - echo "%no-protection" > ~/.rpmmacros - source .metadata.sh - make vendor script: - - gpg --import gpg.signing.key # Test Go and Docker. - make test - make docker