mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 09:27:36 -02:30
fix: add py311 to make version detection
This commit is contained in:
2
Makefile
2
Makefile
@@ -1,6 +1,6 @@
|
|||||||
-include awx/ui/Makefile
|
-include awx/ui/Makefile
|
||||||
|
|
||||||
PYTHON := $(notdir $(shell for i in python3.12 python3; do command -v $$i; done|sed 1q))
|
PYTHON := $(notdir $(shell for i in python3.12 python3.11 python3; do command -v $$i; done|sed 1q))
|
||||||
SHELL := bash
|
SHELL := bash
|
||||||
DOCKER_COMPOSE ?= docker compose
|
DOCKER_COMPOSE ?= docker compose
|
||||||
OFFICIAL ?= no
|
OFFICIAL ?= no
|
||||||
|
|||||||
Reference in New Issue
Block a user