8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9e48600 commit c41655dCopy full SHA for c41655d
.travis.yml
@@ -23,7 +23,7 @@ before_install:
23
- ls -la
24
- BASEDIR="$(pwd)"
25
- 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
+- openssl aes-256-cbc -K ${encryption_36_K} -iv ${encryption_36_iv} -in "${BASEDIR}/python-docs-ja/secrets_${DOCS_BRANCH}.tar.enc" -out ~/secrets_{DOCS_BRANCH}.tar -d
27
- tar xvf ~/secrets_{DOCS_BRANCH}.tar
28
- rm ~/secrets_{DOCS_BRANCH}.tar
29
- chmod 600 ~/.ssh/python-docs-ja_${DOCS_BRANCH}
secrets_3.6.tar.enc
0 Bytes
0 commit comments