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 342253e commit a3cfe5eCopy full SHA for a3cfe5e
Makefile
@@ -36,5 +36,5 @@ update-tags:
36
git push origin refs/tags/latest -f
37
38
test:
39
- BUILDKIT_PROGRESS=plain docker-compose -f ./docker/docker-compose.test.yml down
40
- BUILDKIT_PROGRESS=plain docker-compose -f ./docker/docker-compose.test.yml up --build --abort-on-container-exit --exit-code-from=sut
+ BUILDKIT_PROGRESS=plain docker compose -f ./docker/docker-compose.test.yml down
+ BUILDKIT_PROGRESS=plain docker compose -f ./docker/docker-compose.test.yml up --build --abort-on-container-exit --exit-code-from=sut
0 commit comments