Skip to content

Commit

Permalink
build image: also load Deploy
Browse files Browse the repository at this point in the history
for #23
  • Loading branch information
vindarel committed Sep 26, 2023
1 parent d82e767 commit 09d5e97
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-image.lisp
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@

(in-package :cl-user)

(ql:quickload "deploy") ;; not used to build the image, but used in the .asd.
(ql:quickload "cl+ssl") ;; only because of Deploy's parameters.
;; (asdf:load-asd "./ciel.asd")
;; Bug on CI, needs an absolute pathname.
Expand Down

0 comments on commit 09d5e97

Please sign in to comment.