mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 00:45:43 +03:00
9 lines
200 B
Go
9 lines
200 B
Go
package allocdir
|
|
|
|
import "github.com/hashicorp/nomad/nomad/structs"
|
|
|
|
func (r *AllocRunner) Build(tasks []*structs.Task) error {
|
|
// TODO: Need to figure out how to do mounts on windows.
|
|
return nil
|
|
}
|