Add custom websocket header to strategy class
This commit is contained in:
@ -76,6 +76,10 @@ class Runner::Strategy::DockerContainerPool < Runner::Strategy
|
||||
socket
|
||||
end
|
||||
|
||||
def websocket_header
|
||||
{}
|
||||
end
|
||||
|
||||
private
|
||||
|
||||
def container
|
||||
|
Reference in New Issue
Block a user