nomad: removing unused job type
This commit is contained in:
parent
2d4fad31b2
commit
93020187da
|
@ -658,7 +658,6 @@ const (
|
|||
// JobTypeNomad is reserved for internal system tasks and is
|
||||
// always handled by the CoreScheduler.
|
||||
JobTypeCore = "_core"
|
||||
JobTypeSystem = "system"
|
||||
JobTypeService = "service"
|
||||
JobTypeBatch = "batch"
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue