changeset 0df119e0b679 in modules/carrier_subdivision:default
details: 
https://hg.tryton.org/modules/carrier_subdivision?cmd=changeset;node=0df119e0b679
description:
        Fix drone file format
diffstat:

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

diffs (22 lines):

diff -r 8aacb7eaca6f -r 0df119e0b679 .drone.yml
--- a/.drone.yml        Thu Jan 28 11:47:02 2021 +0100
+++ b/.drone.yml        Thu Jan 28 11:55:18 2021 +0100
@@ -23,12 +23,12 @@
             - tox -e "${TOXENV}-${DATABASE}"
         volumes:
             - cache:/root/.cache
-     check_dist:
-         image: ${IMAGE}
-         commands:
-             - pip install twine
-             - python setup.py sdist
-             - twine check dist/*
+    check_dist:
+        image: ${IMAGE}
+        commands:
+            - pip install twine
+            - python setup.py sdist
+            - twine check dist/*
 
 services:
     postgresql:

Reply via email to