From a1c505e2130f7d9f784700c0590d7cfc3f7bb017 Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Tue, 8 Oct 2019 09:15:47 +0400 Subject: [PATCH] Update pipeline name --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index fffa4b0..e4e1f92 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ kind: pipeline type: docker -name: test +name: build steps: - name: test @@ -23,4 +23,4 @@ steps: password: from_secret: registry_password repo: fat0troll/fwzookeeper_helper - auto_tag: true \ No newline at end of file + auto_tag: true