Remove the decrypt for pubring
Signed-off-by: Fabio José <fabiojose@gmail.com>
This commit is contained in:
parent
0a6a65b53a
commit
47ab16a7eb
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue