diff options
author | Elizabeth Hunt <me@liz.coffee> | 2025-07-20 17:21:38 -0700 |
---|---|---|
committer | Elizabeth Hunt <me@liz.coffee> | 2025-07-20 18:31:57 -0700 |
commit | bfdef4064b4a172a2027f3813ab88f38728d61c0 (patch) | |
tree | 94babba33cd28aaacad39b49936b803486784a73 /model | |
parent | 9e220eca4545982df83ffcaa66a9b050a3d6f24e (diff) | |
download | ci-bfdef4064b4a172a2027f3813ab88f38728d61c0.tar.gz ci-bfdef4064b4a172a2027f3813ab88f38728d61c0.zip |
Fixes
Diffstat (limited to 'model')
-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; } |