From 47ab16a7eb139cc880326f7e1101664273e04909 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabio=20Jos=C3=A9?= Date: Fri, 27 Sep 2019 21:48:30 -0300 Subject: [PATCH] Remove the decrypt for pubring MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabio José --- .travis.deploy.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.deploy.sh b/.travis.deploy.sh index e9d2a8ba..43d53dde 100644 --- a/.travis.deploy.sh +++ b/.travis.deploy.sh @@ -1,7 +1,3 @@ -openssl aes-256-cbc -K $encrypted_3210c925a91b_key \ - -iv $encrypted_3210c925a91b_iv \ - -in .travis.pubring.enc -out .travis.pubring -d - openssl aes-256-cbc -K $encrypted_3210c925a91b_key \ -iv $encrypted_3210c925a91b_iv \ -in .travis.secring.enc -out .travis.secring -d