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

This commit is contained in:
Mauro Torrez 2019-09-18 12:22:07 -03:00
parent 736813973b
commit e99c54b343

View File

@ -15,12 +15,12 @@ steps:
- name: version-minimal
image: debian:buster-slim
commands:
- source unit/version && echo "${NXT_VERSION}-minimal" > .tags
- bash -c 'source unit/version && echo "${NXT_VERSION}-minimal" > .tags'
- name: latest-minimal
image: debian:buster-slim
commands:
- source unit/version && echo "latest-minimal" >> .tags
- bash -c 'source unit/version && echo "latest-minimal" >> .tags'
when:
branch:
- master
@ -40,12 +40,12 @@ steps:
- name: version-php7.3
image: debian:buster-slim
commands:
- source unit/version && echo "${NXT_VERSION}-php7.3" > .tags
- bash -c 'source unit/version && echo "${NXT_VERSION}-php7.3" > .tags'
- name: latest-php7.3
image: debian:buster-slim
commands:
- source unit/version && echo "latest-php7.3" >> .tags
- bash -c 'source unit/version && echo "latest-php7.3" >> .tags'
when:
branch:
- master