Skip to content

Commit

Permalink
Prefer docker composer to docker-compose on CI
Browse files Browse the repository at this point in the history
To fix failing pipline build
  • Loading branch information
snim2 committed Aug 21, 2024
1 parent b1e2538 commit 17091ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/cibuild
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#!/bin/bash
set -e

docker-compose -f docker-compose.test.yml run --rm test
docker compose -f docker-compose.test.yml run --rm test

0 comments on commit 17091ed

Please sign in to comment.