This is an automated email from the ASF dual-hosted git repository. juergbi pushed a commit to branch juerg/docker-compose in repository https://gitbox.apache.org/repos/asf/buildstream-plugins.git
commit f06f7852f6b498f04e17f318f5bec88fac2c379e Author: Jürg Billeter <[email protected]> AuthorDate: Sun Aug 4 15:17:01 2024 +0200 ci: Upgrade from `docker-compose` to `docker compose` `docker-compose` (v1) is no longer available on GitHub runners. Use `docker compose` (v2) instead. --- .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 d4f60e3..5130318 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}"
