Fix draft language publishing
Merge the two DRAFTS setting so that the second does not override the first one. Change-Id: Ia7d2e2070f4998b272397910e968e3a29a068b7d
This commit is contained in:
parent
3f2edfee07
commit
131e23c54d
@ -17,7 +17,7 @@ declare -A BOOKS=(
|
||||
# draft books
|
||||
declare -A DRAFTS=(
|
||||
["fr"]="image-guide"
|
||||
["ja"]="install-guide"
|
||||
["ja"]="install-guide user-guides"
|
||||
["pt_BR"]="install-guide"
|
||||
["zh_CN"]="install-guide"
|
||||
)
|
||||
@ -29,11 +29,6 @@ POM_FILE="doc/pom.xml"
|
||||
# Location of doc dir
|
||||
DOC_DIR="doc/"
|
||||
|
||||
# Draft books
|
||||
declare -A DRAFTS=(
|
||||
["ja"]="user-guides"
|
||||
)
|
||||
|
||||
# Books with special handling
|
||||
# Values need to match content in project-config/jenkins/scripts/common_translation_update.sh
|
||||
declare -A SPECIAL_BOOKS=(
|
||||
|
Loading…
x
Reference in New Issue
Block a user