Enabling micro run for subfolders (#1510)
* Enabling micro run for subfolders * Use source instead of os.Args[2] * Works now * PR comments * WorkDir -> Dir
This commit is contained in:
@@ -55,6 +55,7 @@ func newService(s *Service, c CreateOptions) *service {
|
||||
},
|
||||
Env: c.Env,
|
||||
Args: args,
|
||||
Dir: s.Source,
|
||||
},
|
||||
closed: make(chan bool),
|
||||
output: c.Output,
|
||||
|
||||
Reference in New Issue
Block a user