CLI: Allow installing custom binary plugins (#17551)

Make sure all data is sent to API to be able to select correct archive version.
This commit is contained in:
Andrej Ocenas
2019-07-29 10:44:58 +02:00
committed by GitHub
parent 64828e017c
commit 8c49d27705
19 changed files with 684 additions and 244 deletions

View File

@@ -67,6 +67,7 @@ func (rs *RenderingService) Run(ctx context.Context) error {
}
if plugins.Renderer == nil {
rs.log.Info("Backend rendering via phantomJS")
rs.renderAction = rs.renderViaPhantomJS
<-ctx.Done()
return nil