We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e85119 commit 2b54d93Copy full SHA for 2b54d93
Makefile
@@ -15,7 +15,7 @@ COV_REPORT ?= --cov=packit_service --cov-report=term-missing
15
COLOR ?= yes
16
SOURCE_BRANCH ?= $(shell git branch --show-current)
17
CONTAINER_RUN_INTERACTIVE ?= -it
18
-COMPOSE ?= docker-compose
+COMPOSE ?= $(if $(shell command -v podman-compose 2>/dev/null),podman-compose,docker-compose)
19
MY_ID ?= `id -u`
20
21
service: files/install-deps.yaml files/recipe.yaml
0 commit comments