kou commented on a change in pull request #10366:
URL: https://github.com/apache/arrow/pull/10366#discussion_r677776289



##########
File path: dev/release/04-binary-download.sh
##########
@@ -36,4 +36,4 @@ crossbow_job_prefix="release-${version_with_rc}"
 : ${CROSSBOW_JOB_NUMBER:="0"}
 : ${CROSSBOW_JOB_ID:="${crossbow_job_prefix}-${CROSSBOW_JOB_NUMBER}"}
 
-archery crossbow download-artifacts ${CROSSBOW_JOB_ID}
+archery crossbow download-artifacts ${CROSSBOW_JOB_ID} --no-fetch

Review comment:
       We can revisit this when this causes a problem.
   
   For example, we can use `CROSSBOW_ARGS` environment variable to customize 
this behavior:
   
   ```bash
   : ${CROSSBOW_ARGS:=--no-fetch}
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to