Skip to content

Commit 8cbdacd

Browse files
committed
Select compose command depending on the environment
Signed-off-by: Jiri Podivin <[email protected]>
1 parent a42d585 commit 8cbdacd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ COV_REPORT ?= --cov=packit_service --cov-report=term-missing
1515
COLOR ?= yes
1616
SOURCE_BRANCH ?= $(shell git branch --show-current)
1717
CONTAINER_RUN_INTERACTIVE ?= -it
18-
COMPOSE ?= docker-compose
18+
COMPOSE ?= $(shell command -v podman-compose 2> /dev/null || echo docker-compose)
1919
MY_ID ?= `id -u`
2020

2121
service: files/install-deps.yaml files/recipe.yaml

0 commit comments

Comments
 (0)