Skip to content

Commit

Permalink
ARROW-2927: [Packaging] AppVeyor wheel task is failing on initial che…
Browse files Browse the repository at this point in the history
…ckout

Author: Phillip Cloud <[email protected]>

Closes apache#2336 from cpcloud/ARROW-2927 and squashes the following commits:

ffe7392 <Phillip Cloud> ARROW-2927:  AppVeyor wheel task is failing on initial checkout
  • Loading branch information
cpcloud committed Jul 28, 2018
1 parent c6e33d8 commit 0707b16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/tasks/python-wheels/appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ init:
build_script:
- mkdir wheels
- git clone -b {{ arrow.branch }} {{ arrow.remote }} %ARROW_SRC% || exit /B
- git -C arrow checkout {{ arrow.head }} || exit /B
- git -C %ARROW_SRC% checkout {{ arrow.head }} || exit /B
- call %ARROW_SRC%\dev\tasks\python-wheels\win-build.bat

after_build:
Expand Down

0 comments on commit 0707b16

Please sign in to comment.