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