Fix language publishing

Remove wrong draft setting, it will generate an error.

Change-Id: I2fb19ecefb4bec6e3a84f72aa4f72885995d4591
This commit is contained in:
Andreas Jaeger 2015-10-12 14:58:41 +02:00
parent b73d89439e
commit 287a3ccaf1
1 changed files with 3 additions and 1 deletions

View File

@ -13,7 +13,9 @@ declare -A BOOKS=(
# draft books
declare -A DRAFTS=(
["ja"]="ha-guide"
# No translations currently
# Example how to enable:
#["ja"]="ha-guide"
)
# Where does the top-level pom live?