We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3197977 commit cf0212dCopy full SHA for cf0212d
2 files changed
cmd/job/submit.go
@@ -79,7 +79,7 @@ var (
79
pathwaysWorkerEnv []string
80
validEnvKeyRegex = regexp.MustCompile("^[a-zA-Z_][a-zA-Z0-9_]*$")
81
82
- mountOptions string
+ mountOptions string
83
)
84
85
var SubmitCmd = &cobra.Command{
pkg/orchestrator/orchestrator.go
@@ -98,9 +98,9 @@ type JobDefinition struct {
98
IsPathwaysJob bool
99
Pathways PathwaysJobDefinition // Embedded struct for Pathways-specific args
100
101
- RawMounts []string
+ RawMounts []string
102
MountOptions string
103
- Env map[string]string
+ Env map[string]string
104
105
Verbose bool
106
}
0 commit comments