diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2026-01-07 11:12:56 -0700 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2026-01-07 11:12:56 -0700 |
| commit | 03843a52caabbf1cadec152d464cf27031f55f36 (patch) | |
| tree | 09abfb16fd62a10eb71a40c9805815859818cef8 /lisp/octopus/octopus.lisp | |
| parent | 96f33568bde918fc6012a413bc14188e88658652 (diff) | |
filter bug
Diffstat (limited to 'lisp/octopus/octopus.lisp')
| -rw-r--r-- | lisp/octopus/octopus.lisp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/octopus/octopus.lisp b/lisp/octopus/octopus.lisp index 3d933f5..c242d54 100644 --- a/lisp/octopus/octopus.lisp +++ b/lisp/octopus/octopus.lisp @@ -451,6 +451,7 @@ as an input filter are stored here for the ride through the queue.") (string= (id x) (cdr (assoc :*project-id deployment)))) projects) when (and (and environment project) + (filter-match-p environment-filter `(,(name environment))) (filter-match-p project-filter `(,(name project)))) collect (make-instance 'octopus-deployment :id (cdr (assoc :*id deployment)) |
