Skip to content
Snippets Groups Projects
Unverified Commit bbd7c711 authored by Steve Azzopardi's avatar Steve Azzopardi
Browse files

Add empty line in requestBuildContainer mutex

parent 9224438b
Branches
Tags
No related merge requests found
...@@ -68,6 +68,7 @@ func (s *commandExecutor) requestNewPredefinedContainer() (*types.ContainerJSON, ...@@ -68,6 +68,7 @@ func (s *commandExecutor) requestNewPredefinedContainer() (*types.ContainerJSON,
func (s *commandExecutor) requestBuildContainer() (*types.ContainerJSON, error) { func (s *commandExecutor) requestBuildContainer() (*types.ContainerJSON, error) {
s.Lock() s.Lock()
defer s.Unlock() defer s.Unlock()
if s.buildContainer == nil { if s.buildContainer == nil {
var err error var err error
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment