Skip to content

Commit 899c900

Browse files
techknowlogicklafriks
authored andcommitted
use unique name for docs docker build step in CI (#3018)
Otherwise drone may combine the logs
1 parent dab2b35 commit 899c900

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.drone.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ pipeline:
189189
- make clean
190190
- make build
191191

192-
docker:
192+
docker_docs:
193193
image: plugins/docker:17.05
194194
pull: true
195195
secrets: [ docker_username, docker_password ]
@@ -201,7 +201,7 @@ pipeline:
201201
event: [ push ]
202202
branch: [ release/* ]
203203

204-
docker:
204+
docker_docs:
205205
image: plugins/docker:17.05
206206
pull: true
207207
secrets: [ docker_username, docker_password ]

0 commit comments

Comments
 (0)