anothertest
This commit is contained in:
parent
410fdfdc9e
commit
185ed90764
|
|
@ -32,9 +32,9 @@ install:
|
|||
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
|
||||
- gpg --import gpg.public.key
|
||||
- tar -xf .secret-files.tar
|
||||
- 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"
|
||||
- rm -f gpg.signing.key .secret-files.tar
|
||||
- mkdir -p ~/.gnupg
|
||||
|
|
|
|||
Loading…
Reference in New Issue