mirror of
https://github.com/ansible/awx.git
synced 2026-01-09 23:12:08 -03:30
Remove license_key check & fix docker-compose make command
This commit is contained in:
parent
0ddf47740c
commit
67000f0ce9
2
Makefile
2
Makefile
@ -650,7 +650,7 @@ awx/projects:
|
||||
docker-compose-isolated: awx/projects
|
||||
CURRENT_UID=$(shell id -u) TAG=$(COMPOSE_TAG) DEV_DOCKER_TAG_BASE=$(DEV_DOCKER_TAG_BASE) docker-compose -f tools/docker-compose.yml -f tools/docker-isolated-override.yml up
|
||||
|
||||
COMPOSE_UP_OPTS ?= ""
|
||||
COMPOSE_UP_OPTS ?=
|
||||
|
||||
# Docker Compose Development environment
|
||||
docker-compose: docker-auth awx/projects
|
||||
|
||||
@ -14,7 +14,6 @@ class Config(base.Base):
|
||||
@property
|
||||
def is_valid_license(self):
|
||||
return self.license_info.get('valid_key', False) and \
|
||||
'license_key' in self.license_info and \
|
||||
'instance_count' in self.license_info
|
||||
|
||||
@property
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user