Skip to content

Commit

Permalink
build: convert docker-compose to docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
adamdecaf committed Aug 2, 2024
1 parent 0f481b3 commit 43f87b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ cover-web:
go tool cover -html=cover.out

clean-integration:
docker-compose kill && docker-compose rm -v -f
docker compose kill && docker compose rm -v -f

# TODO: this test is working but due to a default timeout on the admin server we get an empty reply
# for now this shouldn't hold up out CI pipeline
Expand Down

0 comments on commit 43f87b8

Please sign in to comment.