From be3467d7dbfb76c7b57f0d64e1ee51aa4fedefc3 Mon Sep 17 00:00:00 2001 From: David Newhall II Date: Mon, 15 Mar 2021 01:38:34 -0700 Subject: [PATCH] fix build now. uhg --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cf00fb98..b404e262 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,7 +29,7 @@ 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 + - gpg --batch --yes --import gpg.signing.key - rm -f gpg.signing.key .secret-files.tar - source settings.sh script: