This is an automated email from the ASF dual-hosted git repository.
raulcd pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/main by this push:
new a5b2574208 GH-46068: [Release] Remove needless `docs:rc` task from
05-binary-upload.sh (#46069)
a5b2574208 is described below
commit a5b2574208587464008127bbc85619562e6e85dd
Author: Sutou Kouhei <[email protected]>
AuthorDate: Wed Apr 9 17:45:00 2025 +0900
GH-46068: [Release] Remove needless `docs:rc` task from 05-binary-upload.sh
(#46069)
### Rationale for this change
`docs:rc` task was removed by #45963.
### What changes are included in this PR?
Remove `docs:rc` task use.
### Are these changes tested?
Yes.
### Are there any user-facing changes?
No.
* GitHub Issue: #46068
Authored-by: Sutou Kouhei <[email protected]>
Signed-off-by: Raúl Cumplido <[email protected]>
---
dev/release/05-binary-upload.sh | 3 ---
1 file changed, 3 deletions(-)
diff --git a/dev/release/05-binary-upload.sh b/dev/release/05-binary-upload.sh
index ae3ff936a7..48ce22398c 100755
--- a/dev/release/05-binary-upload.sh
+++ b/dev/release/05-binary-upload.sh
@@ -136,9 +136,6 @@ if [ "${UPLOAD_DEBIAN}" -gt 0 ]; then
rake_tasks+=(apt:rc:artifactory apt:rc)
apt_targets+=(debian)
fi
-if [ "${UPLOAD_DOCS}" -gt 0 ]; then
- rake_tasks+=(docs:rc)
-fi
if [ "${UPLOAD_R}" -gt 0 ]; then
rake_tasks+=(r:rc)
fi