mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 20:20:06 -03:30
Remove VERSION files, obtain version from git tags.
This commit is contained in:
2
Makefile
2
Makefile
@@ -6,7 +6,7 @@ NPM_BIN ?= npm
|
||||
CHROMIUM_BIN=/tmp/chrome-linux/chrome
|
||||
GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||
MANAGEMENT_COMMAND ?= awx-manage
|
||||
VERSION := $(shell cat VERSION)
|
||||
VERSION := $(shell $(PYTHON) setup.py --version)
|
||||
|
||||
# NOTE: This defaults the container image version to the branch that's active
|
||||
COMPOSE_TAG ?= $(GIT_BRANCH)
|
||||
|
||||
Reference in New Issue
Block a user