fix step names
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Mauro Torrez 2019-09-18 12:07:51 -03:00
parent 1143864391
commit ecd7b342e0

View File

@ -6,12 +6,12 @@ steps:
- name: build - name: build
image: eumau/drone-plugin-make image: eumau/drone-plugin-make
- name: setup-minimal - name: version-minimal
image: debian:buster-slim image: debian:buster-slim
commands: commands:
- source unit/version && echo "${NXT_VERSION}-minimal" > .tags - source unit/version && echo "${NXT_VERSION}-minimal" > .tags
- name: setup-minimal - name: latest-minimal
image: debian:buster-slim image: debian:buster-slim
commands: commands:
- source unit/version && echo "latest-minimal" >> .tags - source unit/version && echo "latest-minimal" >> .tags
@ -31,12 +31,12 @@ steps:
branch: branch:
- master - master
- name: setup-php7.3 - name: version-php7.3
image: debian:buster-slim image: debian:buster-slim
commands: commands:
- source unit/version && echo "${NXT_VERSION}-php7.3" > .tags - source unit/version && echo "${NXT_VERSION}-php7.3" > .tags
- name: setup-php7.3 - name: latest-php7.3
image: debian:buster-slim image: debian:buster-slim
commands: commands:
- source unit/version && echo "latest-php7.3" >> .tags - source unit/version && echo "latest-php7.3" >> .tags