Closed seancorfield closed 2 years ago
This makes it impossible to use clojure -Ttools operations in CI because the install tools.edn is not present, so the first-run check in clojure doesn't copy it to the user config folder, so no tools operations work.
clojure -Ttools
tools.edn
clojure
tools
Thank you!
This makes it impossible to use
clojure -Ttools
operations in CI because the installtools.edn
is not present, so the first-run check inclojure
doesn't copy it to the user config folder, so notools
operations work.