This is an automated email from the ASF dual-hosted git repository.
cpcloud pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/arrow.git
The following commit(s) were added to refs/heads/master by this push:
new 0707b16 ARROW-2927: [Packaging] AppVeyor wheel task is failing on
initial checkout
0707b16 is described below
commit 0707b16e54b1a5471b49282c557ddb06f8dacc35
Author: Phillip Cloud <[email protected]>
AuthorDate: Sat Jul 28 15:03:41 2018 -0400
ARROW-2927: [Packaging] AppVeyor wheel task is failing on initial checkout
Author: Phillip Cloud <[email protected]>
Closes #2336 from cpcloud/ARROW-2927 and squashes the following commits:
ffe73922 <Phillip Cloud> ARROW-2927: AppVeyor wheel task is failing on
initial checkout
---
dev/tasks/python-wheels/appveyor.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev/tasks/python-wheels/appveyor.yml
b/dev/tasks/python-wheels/appveyor.yml
index fc0fb5b..fda0609 100644
--- a/dev/tasks/python-wheels/appveyor.yml
+++ b/dev/tasks/python-wheels/appveyor.yml
@@ -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: