We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b11926 commit 54ed017Copy full SHA for 54ed017
.github/workflows/build.yml
@@ -92,7 +92,7 @@ jobs:
92
env:
93
DOCKER_DEFAULT_PLATFORM: linux/${{ matrix.arch.id }}
94
run: |
95
- docker compose --ansi always -f docker-compose.test.yml -p test up \
+ docker compose -f docker-compose.test.yml -p test up \
96
--exit-code-from distcc-${{ matrix.manifest }}-client \
97
distcc-${{ matrix.manifest }}-client distcc-${{ matrix.manifest }}-server
98
- name: Log in to Docker Hub
0 commit comments