Skip to content

Commit

Permalink
[Packaging][Linux] Restore ARROW_VERSION environment variable
Browse files Browse the repository at this point in the history
This is needed to use correct download URL for RC.
  • Loading branch information
kou committed Sep 26, 2019
1 parent 07ab508 commit 7face8a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions dev/tasks/linux-packages/azure.linux.arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ jobs:
rake dist
{{ build_command }}
popd
env:
ARROW_VERSION: {{ arrow.version }}
displayName: Build
# Using github release tries to find a common ancestor between the
Expand Down
2 changes: 2 additions & 0 deletions dev/tasks/linux-packages/azure.linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ jobs:
rake dist
{{ build_command }}
popd
env:
ARROW_VERSION: {{ arrow.version }}
displayName: Build
# Using github release tries to find a common ancestor between the
Expand Down

0 comments on commit 7face8a

Please sign in to comment.