debug 2
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mauro Torrez 2019-09-18 14:32:49 -03:00
parent 7b9f1c0fb1
commit 5e61b9bf30

View File

@ -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