diff --git a/.drone.yml b/.drone.yml index c5f4488..c038355 100644 --- a/.drone.yml +++ b/.drone.yml @@ -18,7 +18,7 @@ steps: - name: version-minimal image: debian:buster-slim commands: - - bash -c 'cat unit/version && source unit/version && env && echo -n "${NXT_VERSION}-minimal" > .tags' + - bash -xc 'cat unit/version && source unit/version && env && echo -n "${NXT_VERSION}-minimal" > .tags' - name: latest-minimal image: debian:buster-slim