Skip to content

Commit

Permalink
use latest docker image tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kszucs committed Feb 20, 2019
1 parent d5531d9 commit fd5e3fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ci/travis_script_manylinux.sh
Expand Up @@ -54,7 +54,7 @@ for PYTHON_TUPLE in ${PYTHON_VERSIONS}; do
-e UNICODE_WIDTH=$UNICODE_WIDTH \
-v $PWD:/io \
-v $PWD/../../:/arrow \
quay.io/xhochy/arrow_manylinux1_x86_64_base:llvm-7-manylinux1 \
quay.io/xhochy/arrow_manylinux1_x86_64_base:latest \
/io/build_arrow.sh

# create a testing conda environment
Expand Down
2 changes: 1 addition & 1 deletion dev/tasks/python-wheels/travis.linux.yml
Expand Up @@ -30,7 +30,7 @@ env:
- TRAVIS_TAG={{ task.tag }}

before_script:
- docker pull quay.io/xhochy/arrow_manylinux1_x86_64_base:llvm-7-manylinux1
- docker pull quay.io/xhochy/arrow_manylinux1_x86_64_base:latest

script:
- git clone -b {{ arrow.branch }} {{ arrow.remote }} arrow
Expand Down

0 comments on commit fd5e3fe

Please sign in to comment.