Fork me on GitHub
#leiningen
<
2017-11-10
>
lepistane10:11:17

we are using semaforeCI platform

lepistane10:11:33

and they recently updated lein to 2.8

lepistane10:11:50

after that some of our tests fail for one of our services

lepistane10:11:00

but service still gets deployed

lepistane10:11:55

we think that

with lein 2.8.0 the exit codes are not being respected if installed via package manager
and so https://semaphoreci.com/docs/failed-build-reported-as-passed.html

lepistane10:11:14

has anyone encountered this problem?

noisesmith10:11:55

I thought there was an update after the initial 2.8 that fixed that

lepistane10:11:32

oh yeaa that is right! i will contact them requesting update thank you

souenzzo14:11:44

How to get a command output into my code/env? on :cljsbuild, I'm using foo.core/version ~(-> (clojure.java.shell/sh "git" "rev-parse" "HEAD") :out clojure.string/split-lines first) in :closure-defines. But not sure how to do it in "jvm" clojure.

rymndhng16:11:20

@lepistane 2.8.1 was released to address that particular issue 🙂