Skip to content

Commit

Permalink
correction mesos#561
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederic Le Bris committed Sep 28, 2015
1 parent 88522b5 commit 7e5511d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,8 @@ object JobUtils {
container = job.container,
environmentVariables = job.environmentVariables,
shell = job.shell,
arguments = job.arguments
arguments = job.arguments,
constraints = job.constraints
)
case j: ScheduleBasedJob =>
new ScheduleBasedJob(
Expand Down Expand Up @@ -218,7 +219,8 @@ object JobUtils {
container = job.container,
environmentVariables = job.environmentVariables,
shell = job.shell,
arguments = job.arguments
arguments = job.arguments,
constraints = job.constraints
)
}
jobWithArguments
Expand Down

0 comments on commit 7e5511d

Please sign in to comment.