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 dc23648 commit 788cc0bCopy full SHA for 788cc0b
scripts/push/prepare-build_3.10
@@ -8,7 +8,7 @@ git checkout ${DOCS_BRANCH}
8
9
# extract secrets
10
cd ~
11
-openssl aes-256-cbc -K ${encryption_39_K} -iv ${encryption_39_iv} -in "${BASEDIR}/python-docs-ja/secrets_${DOCS_BRANCH}.tar.enc" -out ~/secrets_${DOCS_BRANCH}.tar -d
+openssl aes-256-cbc -K ${encryption_310_K} -iv ${encryption_310_iv} -in "${BASEDIR}/python-docs-ja/secrets_${DOCS_BRANCH}.tar.enc" -out ~/secrets_${DOCS_BRANCH}.tar -d
12
tar xvf ~/secrets_${DOCS_BRANCH}.tar
13
rm ~/secrets_${DOCS_BRANCH}.tar
14
chmod 600 ~/.ssh/python-docs-ja_${DOCS_BRANCH}
0 commit comments