We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e05e88a + ca618e5 commit cc422afCopy full SHA for cc422af
1 file changed
script/cibuild-entitlements-app-acceptance
@@ -30,7 +30,7 @@ end_fold() {
30
}
31
32
docker_compose() {
33
- cd "$DIR" && docker-compose -f "$DIR/spec/acceptance/docker-compose.yml" "$@"
+ cd "$DIR" && docker compose -f "$DIR/spec/acceptance/docker-compose.yml" "$@"
34
35
36
unset DOCKER_COMPOSE_NEEDS_SHUTDOWN
0 commit comments