Skip to content

Commit

Permalink
remove cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
assignUser committed Sep 7, 2022
1 parent b6fdbc5 commit 8c43d03
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions dev/tasks/r/github.macos.autobrew.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,6 @@ 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
- name: Check
env:
_R_CHECK_CRAN_INCOMING_: false
Expand Down
4 changes: 0 additions & 4 deletions dev/tasks/r/github.packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -166,10 +166,6 @@ jobs:
with:
working-directory: 'arrow'
extra-packages: cpp11
- name: Clean up self-hosted tmp
if: matrix.platform == 'macos-10.13'
shell: bash
run: rm -rf /Users/voltrondata/tmp/apache-arrow--git
- name: Build Binary
id: build
shell: Rscript {0}
Expand Down

0 comments on commit 8c43d03

Please sign in to comment.