From 24a681c67477d7fc526d79995be2374f09b1cda8 Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 18 Sep 2019 14:47:53 -0300 Subject: [PATCH] debug 5 --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c038355..7bf6e0b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - name: version-minimal image: debian:buster-slim commands: - - bash -xc 'cat unit/version && source unit/version && env && echo -n "${NXT_VERSION}-minimal" > .tags' + - bash -xc 'source unit/version && export NXT_VERSION && env && echo -n "${NXT_VERSION}-minimal" > .tags' - name: latest-minimal image: debian:buster-slim