From 68e9bb9662886815d283db0cd18f896bb7fc7f2c Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 18 Sep 2019 14:34:10 -0300 Subject: [PATCH] debug 3 --- .drone.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1cbebbb..c5f4488 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,9 +18,7 @@ steps: - name: version-minimal image: debian:buster-slim commands: - - bash - - -c - - source unit/version && env && echo -n "${NXT_VERSION}-minimal" > .tags + - bash -c 'cat unit/version && source unit/version && env && echo -n "${NXT_VERSION}-minimal" > .tags' - name: latest-minimal image: debian:buster-slim