diff options
| author | Carlos Konstanski <carlos.konstanski@olo.com> | 2026-01-08 07:52:36 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-01-08 07:52:36 -0700 |
| commit | 9ad155313346f4e79d2490b4abc286c5ac9e20f8 (patch) | |
| tree | 10ab821dc7bb749ef5fa41cfbeca18d40e47d152 /lisp/snow.asd | |
| parent | db5241f5f05209ca23b380eff9d52bf653bd5b29 (diff) | |
| parent | da4f53c33fa1faf267a536bc0a2c5a8dd2871c5e (diff) | |
Merge pull request #16 from ololabs/inf-18492-automate-queue-retry-and-log-streaming-retry-octopus-fix
[INF-18492] Automate Queue Retry and Log Streaming Retry octopus fix
Diffstat (limited to 'lisp/snow.asd')
| -rw-r--r-- | lisp/snow.asd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lisp/snow.asd b/lisp/snow.asd index e9bc646..0aecb6e 100644 --- a/lisp/snow.asd +++ b/lisp/snow.asd @@ -68,7 +68,8 @@ (:file "octopus-environments-with-roles-service" :depends-on ("auth-service")) (:file "octopus-projects-with-roles-service" :depends-on ("auth-service")) (:file "octopus-ode-deploy-release-service" :depends-on ("auth-service")) - (:file "octopus-latest-deployments-service" :depends-on ("auth-service")))) + (:file "octopus-latest-deployments-service" :depends-on ("auth-service")) + (:file "octopus-qrs-lsrs-redeploy-service" :depends-on ("auth-service")))) (:module webapps :depends-on (service) :components ((:file "webapp-loader") |
