pitrou commented on code in PR #13925:
URL: https://github.com/apache/arrow/pull/13925#discussion_r953932294
##########
dev/tasks/r/github.macos.autobrew.yml:
##########
@@ -64,6 +64,10 @@ jobs:
any::rcmdcheck
any::sys
any::readr
+ - name: Clean up self-hosted tmp
+ if: matrix.platform == 'macos-10.13'
+ shell: bash
+ run: rm -rf /Users/voltrondata/tmp/apache-arrow--git
Review Comment:
Should we use something like `$HOME/tmp` for future-proofing (not sure how
it should be quoted in YAML, though)?
--
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]