Skip to content

Commit a18c42b

Browse files
committed
Renew K/iv values
1 parent 4cde0ec commit a18c42b

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ before_install:
2323
- ls -la
2424
- BASEDIR="$(pwd)"
2525
- cd ~
26-
- openssl aes-256-cbc -K $encrypted_9796e8faf501_key -iv $encrypted_9796e8faf501_iv -in "${BASEDIR}/python-docs-ja/secrets_${DOCS_BRANCH}.tar.enc" -out ~/secrets_{DOCS_BRANCH}.tar -d
26+
- openssl aes-256-cbc -K ${encryption_27_K} -iv ${encryption_27_iv} -in "${BASEDIR}/python-docs-ja/secrets_${DOCS_BRANCH}.tar.enc" -out ~/secrets_{DOCS_BRANCH}.tar -d
2727
- tar xvf ~/secrets_{DOCS_BRANCH}.tar
2828
- rm ~/secrets_{DOCS_BRANCH}.tar
2929
- chmod 600 ~/.ssh/python-docs-ja_${DOCS_BRANCH}

secrets_2.7.tar.enc

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)