mirror of
https://github.com/ansible/awx.git
synced 2026-02-01 01:28:09 -03:30
Force ui cleanup in the test environment
Also allow using the system make
This commit is contained in:
committed by
Matthew Jones
parent
89e41f7524
commit
56263a5fea
2
Makefile
2
Makefile
@@ -565,7 +565,7 @@ docker-compose-test: docker-auth
|
||||
cd tools && TAG=$(COMPOSE_TAG) DEV_DOCKER_TAG_BASE=$(DEV_DOCKER_TAG_BASE) docker-compose run --rm --service-ports awx /bin/bash
|
||||
|
||||
docker-compose-runtest:
|
||||
cd tools && TAG=$(COMPOSE_TAG) DEV_DOCKER_TAG_BASE=$(DEV_DOCKER_TAG_BASE) docker-compose run --rm --service-ports awx /start_tests.sh
|
||||
cd tools && TAG=$(COMPOSE_TAG) DEV_DOCKER_TAG_BASE=$(DEV_DOCKER_TAG_BASE) docker-compose run --rm --service-ports awx /start_tests.sh && docker-compose rm -sf
|
||||
|
||||
docker-compose-build: awx-devel-build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user