From 34a96a11648169283db22af3674f7f404c4c4dfc Mon Sep 17 00:00:00 2001 From: Alexey Skobkin Date: Sat, 13 Aug 2022 23:19:12 +0300 Subject: [PATCH] #36 Some renamings in .drone.yml. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 3050e0d..5cb343b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ kind: pipeline type: docker -name: app-check +name: build steps: - name: build-deps @@ -30,7 +30,7 @@ steps: - pull_request branch: exclude: master - - name: docker-build + - name: build-docker # https://github.com/drone/drone-plugin-index/blob/main/plugins/docker/original.md image: plugins/docker when: