mirror of
https://github.com/ansible/awx.git
synced 2026-01-23 23:41:23 -03:30
Fix docker-compose error
Fixes this error: ``` ERROR: yaml.parser.ParserError: while parsing a block mapping in "./tools/docker-compose/unit-tests/docker-compose.yml", line 10, column 7 expected <block end>, but found '<scalar>' in "./tools/docker-compose/unit-tests/docker-compose.yml", line 11, column 40 ```
This commit is contained in:
parent
f0dad06032
commit
6f39995060
@ -8,7 +8,7 @@ services:
|
||||
image: gcr.io/ansible-tower-engineering/unit-test-runner:latest
|
||||
environment:
|
||||
SWIG_FEATURES: "-cpperraswarn -includeall -I/usr/include/openssl"
|
||||
TEST_DIRS: "awx/main/tests/unit" "awx/main/tests/functional"
|
||||
TEST_DIRS: awx/main/tests/unit awx/main/tests/functional
|
||||
command: ["make test"]
|
||||
volumes:
|
||||
- ../../../:/ansible-tower
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user