changeset 76852bed2fd2 in modules/account_es_sii:default
details: 
https://hg.tryton.org/modules/account_es_sii?cmd=changeset&node=76852bed2fd2
description:
        Fix drone check_doc definition

        issue9128
diffstat:

 .drone.yml |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (20 lines):

diff -r 44699d6f82f7 -r 76852bed2fd2 .drone.yml
--- a/.drone.yml        Mon Apr 11 17:52:48 2022 +0200
+++ b/.drone.yml        Mon Apr 11 17:57:43 2022 +0200
@@ -31,11 +31,11 @@
             - twine check dist/*
         volumes:
             - cache:/root/.cache
-     check_doc:
-            image: ${IMAGE]
-            commands:
-                - pip install sphinx
-                - python -m sphinx -T -E -W -n -b html doc _build/html
+    check_doc:
+        image: ${IMAGE}
+        commands:
+            - pip install sphinx
+            - python -m sphinx -T -E -W -n -b html doc _build/html
         volumes:
             - cache:/root/.cache
 

Reply via email to