Skip to content

Commit 795d9c3

Browse files
authored
Use version of orb with Clojure installed
Previous version (0.0.3) was referencing the base Docker image, so it had Java but not Clojure installed on top.
1 parent 7ecab04 commit 795d9c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ version: 2.1
22

33
orbs:
44
kaocha: lambdaisland/kaocha@0.0.1
5-
clojure: lambdaisland/clojure@0.0.3
5+
clojure: lambdaisland/clojure@0.0.4
66

77
commands:
88
checkout_and_run:

0 commit comments

Comments
 (0)