changeset 413bd88ae791 in modules/stock_package_shipping_sendcloud:default
details: 
https://hg.tryton.org/modules/stock_package_shipping_sendcloud?cmd=changeset&node=413bd88ae791
description:
        Use correct image substitution in check_doc

        issue11367
diffstat:

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

diffs (12 lines):

diff -r 1dcee078b867 -r 413bd88ae791 .drone.yml
--- a/.drone.yml        Wed Apr 06 18:19:49 2022 +0200
+++ b/.drone.yml        Wed Apr 06 18:24:28 2022 +0200
@@ -31,7 +31,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

Reply via email to