diff options
Diffstat (limited to 'model/job/jobs.ts')
-rw-r--r-- | model/job/jobs.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model/job/jobs.ts b/model/job/jobs.ts index dc23070..eb22afd 100644 --- a/model/job/jobs.ts +++ b/model/job/jobs.ts @@ -43,6 +43,7 @@ export interface CheckoutCiJobProps extends JobArgT { readonly rev: string; readonly run: string; + readonly executorLaminarPath: string; readonly returnPath: string; } |