We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dab2b35 commit 899c900Copy full SHA for 899c900
.drone.yml
@@ -189,7 +189,7 @@ pipeline:
189
- make clean
190
- make build
191
192
- docker:
+ docker_docs:
193
image: plugins/docker:17.05
194
pull: true
195
secrets: [ docker_username, docker_password ]
@@ -201,7 +201,7 @@ pipeline:
201
event: [ push ]
202
branch: [ release/* ]
203
204
205
206
207
0 commit comments