From 03843a52caabbf1cadec152d464cf27031f55f36 Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Wed, 7 Jan 2026 11:12:56 -0700 Subject: filter bug --- lisp/octopus/octopus.lisp | 1 + 1 file changed, 1 insertion(+) 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)) -- cgit v1.3