Skip to content

Commit

Permalink
[ci]: Fix docker compose consistency check
Browse files Browse the repository at this point in the history
Signed-off-by: Daniil Polyakov <[email protected]>
  • Loading branch information
Arjentix committed Jan 29, 2024
1 parent d84a8e9 commit ae46d36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/tests/consistency.sh
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ case $1 in
}


do_check "$(command_base_for_single)" "docker-compose.dev.single.yml"
do_check "$(command_base_for_multiple_local)" "docker-compose.dev.local.yml"
do_check "$(command_base_for_default)" "docker-compose.dev.yml"
do_check "$(command_base_for_single)" "docker-compose.single.yml"
do_check "$(command_base_for_multiple_local)" "docker-compose.local.yml"
do_check "$(command_base_for_default)" "docker-compose.yml"
esac

0 comments on commit ae46d36

Please sign in to comment.