summaryrefslogtreecommitdiff
path: root/lisp/octopus
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/octopus')
-rw-r--r--lisp/octopus/octopus.lisp5
1 files changed, 1 insertions, 4 deletions
diff --git a/lisp/octopus/octopus.lisp b/lisp/octopus/octopus.lisp
index a0b6d3d..3d933f5 100644
--- a/lisp/octopus/octopus.lisp
+++ b/lisp/octopus/octopus.lisp
@@ -335,10 +335,7 @@ as an input filter are stored here for the ride through the queue.")
:params (json:encode-json-alist-to-string
`((:*environment-id . ,(id (environment octopus-deploy-release)))
(:*project-id . ,(id (project octopus-deploy-release)))
- (:*release-id . ,(id (release octopus-deploy-release)))
- (:*use-guided-failure . nil)
- (:*force-package-download . t)
- (:*force-package-redeployment . t))))))
+ (:*release-id . ,(id (release octopus-deploy-release))))))))
(when deployment
(make-instance 'octopus-deployment
:id (cdr (assoc :*id deployment))