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 43eddbf commit 64b160eCopy full SHA for 64b160e
.circleci/config.yml
@@ -42,8 +42,8 @@ jobs:
42
command: |
43
sudo bash -c 'echo "222.222.95.49 uc.qbox.me" >> /etc/hosts';
44
if [ "${CIRCLE_BRANCH}" == "master" ]; then
45
- python3 scripts/upload.py output_en.pdf tidb-data-migration-manual-en-dev.pdf;
46
- python3 scripts/upload.py output_zh.pdf tidb-data-migration-manual-cn-dev.pdf;
+ python3 scripts/upload.py output_en.pdf tidb-data-migration-dev-en-manual.pdf;
+ python3 scripts/upload.py output_zh.pdf tidb-data-migration-dev-cn-manual.pdf;
47
fi
48
49
workflows:
0 commit comments