From 5e61b9bf306b9501ced468400cde82f78f8aa094 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 18 Sep 2019 14:32:49 -0300 Subject: [PATCH] debug 2 --- .drone.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9fbf24a..1cbebbb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,12 +18,16 @@ steps: - name: version-minimal image: debian:buster-slim commands: - - bash -c 'source unit/version && env && echo -n "${NXT_VERSION}-minimal" > .tags' + - bash + - -c + - source unit/version && env && echo -n "${NXT_VERSION}-minimal" > .tags - name: latest-minimal image: debian:buster-slim commands: - - bash -c 'source unit/version && echo -n ",latest-minimal" >> .tags' + - bash + - -c + - source unit/version && echo -n ",latest-minimal" >> .tags when: branch: - master