Skip to content

Commit 6d3c491

Browse files
committed
[CI] Try to diagnose sporadic docker-compose issues
1 parent 5ddef63 commit 6d3c491

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

.github/workflows/cpp.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,8 @@ jobs:
140140
sudo apt install -y --no-install-recommends python3 python3-dev python3-pip
141141
- name: Setup Archery
142142
run: python3 -m pip install -e dev/archery[docker]
143+
- name: Find docker-compose
144+
run: which -a docker-compose
143145
- name: Execute Docker Build
144146
env:
145147
ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}

.github/workflows/java.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,8 @@ jobs:
8080
python-version: 3.8
8181
- name: Setup Archery
8282
run: pip install -e dev/archery[docker]
83+
- name: Find docker-compose
84+
run: which -a docker-compose
8385
- name: Execute Docker Build
8486
env:
8587
ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}

.github/workflows/python.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ jobs:
105105
python-version: 3.8
106106
- name: Setup Archery
107107
run: pip install -e dev/archery[docker]
108+
- name: Find docker-compose
109+
run: which -a docker-compose
108110
- name: Execute Docker Build
109111
env:
110112
ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}

.github/workflows/ruby.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,8 @@ jobs:
8787
python-version: 3.8
8888
- name: Setup Archery
8989
run: pip install -e dev/archery[docker]
90+
- name: Find docker-compose
91+
run: which -a docker-compose
9092
- name: Execute Docker Build
9193
env:
9294
ARCHERY_DOCKER_USER: ${{ secrets.DOCKERHUB_USER }}

0 commit comments

Comments
 (0)