Skip to content

Commit

Permalink
Update sync_mult_prs.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
hfxsd committed Aug 19, 2024
1 parent 38aec12 commit 1d738b4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sync_mult_prs.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ cd "$SCRIPT_DIR"
# The PRs will be synced in the order of the following statements.
./sync_pr.sh preview/pingcap/docs/18386
./sync_pr.sh preview/pingcap/docs-cn/18095
./sync_pr.sh preview-cloud/pingcap/docs/"$CLOUD_DOCS_PR"
./sync_pr.sh preview-operator/pingcap/docs-tidb-operator/"$OPERATOR_DOCS_PR"
# ./sync_pr.sh preview-cloud/pingcap/docs/"$CLOUD_DOCS_PR"
# ./sync_pr.sh preview-operator/pingcap/docs-tidb-operator/"$OPERATOR_DOCS_PR"

# Synchronize the content from master to release-x.y directories.
rsync -av markdown-pages/zh/tidb/master/ markdown-pages/zh/tidb/"$RELEASE_DIR"/
Expand Down

0 comments on commit 1d738b4

Please sign in to comment.