Skip to content

Commit

Permalink
[fix] Check the right docker-compose file in CI
Browse files Browse the repository at this point in the history
Signed-off-by: Nikita Strygin <[email protected]>
  • Loading branch information
DCNick3 committed Feb 2, 2024
1 parent dfe4099 commit c27784e
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 c27784e

Please sign in to comment.