wip
This commit is contained in:
parent
fca87d1483
commit
7420ba519e
|
|
@ -3,6 +3,10 @@ image: docker:latest
|
|||
services:
|
||||
- docker:dind
|
||||
|
||||
variables:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
DOCKER_TLS_CERTDIR: ""
|
||||
|
||||
stages:
|
||||
- linting
|
||||
- tests
|
||||
|
|
|
|||
|
|
@ -19,7 +19,7 @@ def test_cli_init():
|
|||
"--project-name=test-cli",
|
||||
"--initial-release=13.0",
|
||||
"--final-release=14.0",
|
||||
"--extra-repository=OCA/web",
|
||||
"--extra-repository=OCA/web,OCA/server-tools",
|
||||
]
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user