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 a42d585 commit ab97f26Copy full SHA for ab97f26
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 ?= $(shell command -v podman-compose 2> /dev/null || echo docker-compose)
19
MY_ID ?= `id -u`
20
21
service: files/install-deps.yaml files/recipe.yaml
0 commit comments