This commit is contained in:
Sylvain LE GAL 2022-05-19 17:57:33 +02:00
parent fca87d1483
commit 7420ba519e
2 changed files with 5 additions and 1 deletions

View File

@ -3,6 +3,10 @@ image: docker:latest
services:
- docker:dind
variables:
DOCKER_HOST: tcp://docker:2375
DOCKER_TLS_CERTDIR: ""
stages:
- linting
- tests

View File

@ -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",
]
)