Skip to content

Commit 54ed017

Browse files
revert: enable docker compose colored output (#94)
Related-to: docker/compose#13074 This reverts commit 9044d3d.
1 parent 8b11926 commit 54ed017

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
env:
9393
DOCKER_DEFAULT_PLATFORM: linux/${{ matrix.arch.id }}
9494
run: |
95-
docker compose --ansi always -f docker-compose.test.yml -p test up \
95+
docker compose -f docker-compose.test.yml -p test up \
9696
--exit-code-from distcc-${{ matrix.manifest }}-client \
9797
distcc-${{ matrix.manifest }}-client distcc-${{ matrix.manifest }}-server
9898
- name: Log in to Docker Hub

0 commit comments

Comments
 (0)