jonkeane commented on a change in pull request #10710:
URL: https://github.com/apache/arrow/pull/10710#discussion_r684957877
##########
File path: dev/tasks/docker-tests/github.linux.yml
##########
@@ -41,7 +41,7 @@ jobs:
shell: bash
run: archery docker run -e SETUPTOOLS_SCM_PRETEND_VERSION="{{
arrow.no_rc_version }}" {{ flags|default("") }} {{ image }} {{
command|default("") }}
- {% if '-r-' in image %}
+ {% if '-r' in image %}
- name: Dump R install logs
run: cat arrow/r/check/arrow.Rcheck/00install.out
continue-on-error: true
Review comment:
```suggestion
continue-on-error: true
if: always()
```
--
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]