This is an automated email from the ASF dual-hosted git repository.
juergbi pushed a commit to branch juerg/ci-test
in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
The following commit(s) were added to refs/heads/juerg/ci-test by this push:
new 4c8cdbf docker compose
4c8cdbf is described below
commit 4c8cdbf3abda77905393d529026c4f5ab59fc7be
Author: Jürg Billeter <[email protected]>
AuthorDate: Fri Aug 2 17:54:52 2024 +0200
docker compose
---
.github/run-ci.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/run-ci.sh b/.github/run-ci.sh
index 89aa4c6..42157b2 100755
--- a/.github/run-ci.sh
+++ b/.github/run-ci.sh
@@ -58,7 +58,7 @@ function runTest() {
# Run docker-compose from it's directory, because it will use
# relative paths
cd "${topdir}/compose"
- docker-compose \
+ docker compose \
--env-file ${topdir}/common.env \
--file ${topdir}/compose/ci.docker-compose.yml \
run "${test_name}"