Skip to content

Commit 33ee6a9

Browse files
committed
Test automated release 3
1 parent 2249dd8 commit 33ee6a9

4 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ notifications:
1414
on_success: never
1515
on_failure: always
1616
after_success:
17-
- openssl aes-256-cbc -K $encrypted_37c44ba70a11_key -iv $encrypted_37c44ba70a11_iv -in $GPG_DIR/secrets.tar.enc -out $GPG_DIR/secrets.tar -d
18-
- tar xvf $GPG_DIR/secrets.tar
19-
- "$GPG_DIR/publish.sh"
17+
- openssl aes-256-cbc -pass pass:$ENCRYPT_PASSWORD -in $GPG_DIR/pubring.gpg.enc -out $GPG_DIR/pubring.gpg -d
18+
- openssl aes-256-cbc -pass pass:$ENCRYPT_PASSWORD -in $GPG_DIR/secring.gpg.enc -out $GPG_DIR/secring.gpg -d
19+
- "$GPG_DIR/publish.sh"

deploy/pubring.gpg.enc

1.2 KB
Binary file not shown.

deploy/secrets.tar.enc

-6.03 KB
Binary file not shown.

deploy/secring.gpg.enc

2.47 KB
Binary file not shown.

0 commit comments

Comments
 (0)