changeset 409b7f150544 in cookiecutter:default
details: https://hg.tryton.org/cookiecutter?cmd=changeset&node=409b7f150544
description:
Use correct image substitution in check_doc
issue11367
diffstat:
{{ cookiecutter.module_name }}/.drone.yml | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diffs (12 lines):
diff -r 2e9d29e57854 -r 409b7f150544 {{ cookiecutter.module_name }}/.drone.yml
--- a/{{ cookiecutter.module_name }}/.drone.yml Wed Apr 06 18:20:43 2022 +0200
+++ b/{{ cookiecutter.module_name }}/.drone.yml Wed Apr 06 18:25:20 2022 +0200
@@ -30,7 +30,7 @@
- python setup.py sdist
- twine check dist/*
check_doc:
- image: ${IMAGE]
+ image: ${IMAGE}
commands:
- pip install sphinx
- python -m sphinx -T -E -W -n -b html doc _build/html