From ddb214c2d3b82b1b3eff0aebb3ce6df91d756745 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 18 Sep 2019 12:48:36 -0300 Subject: [PATCH] debug --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a2ed691..22cafd2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -21,6 +21,7 @@ steps: image: debian:buster-slim commands: - bash -c 'source unit/version && echo "latest-minimal" >> .tags' + - ls -lha when: branch: - master