cryogen-project / cryogen

A simple static site generator written in Clojure
http://cryogenweb.org/
Eclipse Public License 1.0
1.09k stars 96 forks source link

`clojure -M:build` exite code #236

Closed kwladyka closed 2 years ago

kwladyka commented 3 years ago

clojure -M:build should break github actions (and other CI/CD) steps when exception is thrown. For example when template has a bug and Selmer try to date wrong data format. In other words clojure -M:build should have different exit code, than 0.

The issue is CI/CD think build succeed and deploy damaged page.

holyjak commented 2 years ago

Duplicate of cryogen-project/cryogen-core#134 Contributions appreciated! :)