From 899c900e59fbb2ae26c10fc3b1885830c1c5dc8d Mon Sep 17 00:00:00 2001 From: techknowlogick Date: Wed, 29 Nov 2017 04:08:23 -0500 Subject: [PATCH] use unique name for docs docker build step in CI (#3018) Otherwise drone may combine the logs --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8fd91ebfc..e168f280a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -189,7 +189,7 @@ pipeline: - make clean - make build - docker: + docker_docs: image: plugins/docker:17.05 pull: true secrets: [ docker_username, docker_password ] @@ -201,7 +201,7 @@ pipeline: event: [ push ] branch: [ release/* ] - docker: + docker_docs: image: plugins/docker:17.05 pull: true secrets: [ docker_username, docker_password ]