Restore existing jobs and fix rebase (7c99eff3) issues
This commit is contained in:
@@ -254,5 +254,5 @@ func (s *UpdateFileSystemTestSuite) readFilesFromTarArchive(tarArchive io.Reader
|
||||
|
||||
// NewRunner creates a new runner with the provided id.
|
||||
func NewRunner(id string) Runner {
|
||||
return NewNomadAllocation(id, nil)
|
||||
return NewNomadJob(id, nil)
|
||||
}
|
||||
|
Reference in New Issue
Block a user