Skip to content

Commit 908a396

Browse files
committed
Check Docker version for debug
1 parent 43833a3 commit 908a396

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

dev/tasks/python-wheels/azure.linux.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,12 @@ jobs:
3636
3737
- script: |
3838
set -ex
39+
docker -v
40+
docker-compose -v
3941
cd arrow
4042
BUILD_IMAGE=centos-python-{{ wheel_tag }}
4143
docker-compose pull $BUILD_IMAGE
42-
docker-compose build $BUILD_IMAGE
44+
# docker-compose build $BUILD_IMAGE
4345
docker-compose run \
4446
-e SETUPTOOLS_SCM_PRETEND_VERSION={{ arrow.no_rc_version }} \
4547
-e PYTHON_VERSION="{{ python_version }}" \

0 commit comments

Comments
 (0)