Skip to content

Commit

Permalink
chore: update docker compose
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <[email protected]>
  • Loading branch information
Innei committed Aug 1, 2024
1 parent ede03ed commit e56d215
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions scripts/workflow/test-docker.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,14 @@ if [[ $? -ne 0 ]]; then
exit 1
fi

docker-compose -v

if [[ $? -ne 0 ]]; then
echo "failed to run docker-compose"
exit 1
fi

docker images

(docker-compose up &)
(docker compose up &)

if [[ $? -ne 0 ]]; then
echo "failed to run docker-compose instance"
Expand Down

0 comments on commit e56d215

Please sign in to comment.