lafiona commented on code in PR #14033:
URL: https://github.com/apache/arrow/pull/14033#discussion_r1004940093
##########
.github/workflows/integration.yml:
##########
@@ -85,7 +85,11 @@ jobs:
env:
ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}
ARCHERY_DOCKER_PASSWORD: ${{ secrets.DOCKERHUB_TOKEN }}
- run: archery docker run -e ARCHERY_INTEGRATION_WITH_RUST=1
conda-integration
+ run: >
+ archery docker run
+ -e ARCHERY_DEFAULT_BRANCH=${{
github.event.repository.default_branch }}
+ -e ARCHERY_INTEGRATION_WITH_RUST=1
+ conda-integration
Review Comment:
Thank you for catching this error! I've committed the change and rebased.
--
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]