mirror of
https://github.com/ansible/awx.git
synced 2026-05-23 08:37:48 -02:30
peg compose tag to active branch
This commit is contained in:
3
Makefile
3
Makefile
@@ -10,9 +10,8 @@ DEPS_SCRIPT ?= packaging/bundle/deps.py
|
|||||||
GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
|
GIT_BRANCH ?= $(shell git rev-parse --abbrev-ref HEAD)
|
||||||
|
|
||||||
GCLOUD_AUTH ?= $(shell gcloud auth print-access-token)
|
GCLOUD_AUTH ?= $(shell gcloud auth print-access-token)
|
||||||
COMPOSE_TAG ?= devel
|
|
||||||
# NOTE: This defaults the container image version to the branch that's active
|
# NOTE: This defaults the container image version to the branch that's active
|
||||||
# COMPOSE_TAG ?= $(GIT_BRANCH)
|
COMPOSE_TAG ?= $(GIT_BRANCH)
|
||||||
|
|
||||||
COMPOSE_HOST ?= $(shell hostname)
|
COMPOSE_HOST ?= $(shell hostname)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user