Skip to content

Commit ca618e5

Browse files
committed
use docker compose v2
1 parent e05e88a commit ca618e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

script/cibuild-entitlements-app-acceptance

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ end_fold() {
3030
}
3131

3232
docker_compose() {
33-
cd "$DIR" && docker-compose -f "$DIR/spec/acceptance/docker-compose.yml" "$@"
33+
cd "$DIR" && docker compose -f "$DIR/spec/acceptance/docker-compose.yml" "$@"
3434
}
3535

3636
unset DOCKER_COMPOSE_NEEDS_SHUTDOWN

0 commit comments

Comments
 (0)