summaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authortechknowlogick <techknowlogick@users.noreply.github.com>2017-11-29 04:08:23 -0500
committerLauris BH <lauris@nix.lv>2017-11-29 11:08:23 +0200
commit899c900e59fbb2ae26c10fc3b1885830c1c5dc8d (patch)
tree8a3bd921840cef39a9dc940af5824b03d66a4f82 /.drone.yml
parentdab2b354c7ca6702aeb316f5313fd142aa7a4517 (diff)
downloadgitea-899c900e59fbb2ae26c10fc3b1885830c1c5dc8d.tar.gz
gitea-899c900e59fbb2ae26c10fc3b1885830c1c5dc8d.zip
use unique name for docs docker build step in CI (#3018)
Otherwise drone may combine the logs
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 8fd91ebfcb..e168f280a8 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 ]