anothertest

This commit is contained in:
davidnewhall2 2019-12-05 00:38:20 -08:00
parent 410fdfdc9e
commit 185ed90764
1 changed files with 1 additions and 1 deletions

View File

@ -32,9 +32,9 @@ install:
before_script: 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. # 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 - 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 - tar -xf .secret-files.tar
- gpg --import gpg.signing.key - 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" - expect -c "spawn gpg --edit-key 616A79D1ADA2F0FD6F5E2A9166AB29F0EC5718FF trust quit; send \"5\ry\r\"; expect eof"
- rm -f gpg.signing.key .secret-files.tar - rm -f gpg.signing.key .secret-files.tar
- mkdir -p ~/.gnupg - mkdir -p ~/.gnupg