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