Skip to content

Commit a8ee69b

Browse files
committed
use docker compose v2
1 parent 2833b13 commit a8ee69b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

script/cibuild-entitlements-github-plugin-acceptance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ end_fold() {
2323
}
2424

2525
docker_compose() {
26-
cd "$DIR" && docker-compose -f "$DIR/spec/acceptance/docker-compose.yml" "$@"
26+
cd "$DIR" && docker compose -f "$DIR/spec/acceptance/docker-compose.yml" "$@"
2727
}
2828

2929
unset DOCKER_COMPOSE_NEEDS_SHUTDOWN

0 commit comments

Comments
 (0)