From 39794e15c61ceabd6f1cd81bce3f976aa403cece Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kriszti=C3=A1n=20Sz=C5=B1cs?= Date: Tue, 15 Jun 2021 11:27:30 +0200 Subject: [PATCH] ARROW-13080: [Release] Generate the API docs in ubuntu 20.10 --- dev/release/post-09-docs.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev/release/post-09-docs.sh b/dev/release/post-09-docs.sh index c9f75b48b2c..8751b22887f 100755 --- a/dev/release/post-09-docs.sh +++ b/dev/release/post-09-docs.sh @@ -43,10 +43,9 @@ popd pushd "${ARROW_DIR}" git checkout "${release_tag}" -archery docker run \ +UBUNTU=20.10 archery docker run \ -v "${ARROW_SITE_DIR}/docs:/build/docs" \ -e ARROW_DOCS_VERSION="${version}" \ - -e UBUNTU=20.10 \ ubuntu-docs : ${PUSH:=1}