From ecd7b342e0e28c30436f9caee0509c5024e8636c Mon Sep 17 00:00:00 2001 From: Mauro Torrez Date: Wed, 18 Sep 2019 12:07:51 -0300 Subject: [PATCH] fix step names --- .drone.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.drone.yml b/.drone.yml index cb27b88..385b0b1 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,12 +6,12 @@ steps: - name: build image: eumau/drone-plugin-make - - name: setup-minimal + - name: version-minimal image: debian:buster-slim commands: - source unit/version && echo "${NXT_VERSION}-minimal" > .tags - - name: setup-minimal + - name: latest-minimal image: debian:buster-slim commands: - source unit/version && echo "latest-minimal" >> .tags @@ -31,12 +31,12 @@ steps: branch: - master - - name: setup-php7.3 + - name: version-php7.3 image: debian:buster-slim commands: - source unit/version && echo "${NXT_VERSION}-php7.3" > .tags - - name: setup-php7.3 + - name: latest-php7.3 image: debian:buster-slim commands: - source unit/version && echo "latest-php7.3" >> .tags