jonkeane commented on a change in pull request #12366:
URL: https://github.com/apache/arrow/pull/12366#discussion_r805068787
##########
File path: dev/tasks/r/azure.linux.yml
##########
@@ -19,6 +19,12 @@ jobs:
pool:
vmImage: ubuntu-latest
timeoutInMinutes: 360
+ {% if env is defined %}
+ variables:
+ {% for key, value in env.items() %}
+ {{ key }}: {{ value }}
+ {% endfor %}
+ {% endif %}
Review comment:
This isn't strictly necessary for this build (since we are using github
for this one). However I was surprised we didn't already pass these variables
down when I was testing this out first on azure — so I'm adding it here since
it is in the others.
--
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]