This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-06-13
Channels
- # babashka (7)
- # babashka-sci-dev (3)
- # beginners (29)
- # biff (16)
- # calva (2)
- # clojars (1)
- # clojure (50)
- # clojure-austin (5)
- # clojure-europe (29)
- # clojure-france (8)
- # clojure-nl (3)
- # clojure-uk (3)
- # clojured (10)
- # clojurescript (18)
- # code-reviews (3)
- # core-async (22)
- # cursive (5)
- # data-science (11)
- # datalevin (1)
- # datomic (10)
- # eastwood (4)
- # helix (4)
- # introduce-yourself (2)
- # jobs (1)
- # jobs-discuss (1)
- # joyride (6)
- # leiningen (4)
- # london-clojurians (2)
- # lsp (82)
- # malli (7)
- # meander (12)
- # minecraft (3)
- # nbb (14)
- # off-topic (52)
- # podcasts (3)
- # portal (3)
- # re-frame (32)
- # reagent (9)
- # releases (2)
- # shadow-cljs (95)
- # tools-deps (14)
Hello, I have started changing the circle ci yaml file to use dynamic configuration and created a PR for it. I have made changes in build script that run locally correctly from that repo but not as a dependency. When I refer to yml as a io resource it resolves to nil and I'm not sure why. Do you have a suggestion on how to do it? I could inline the yml files as strings https://github.com/agata-anastazja/.build/blob/f8347e1e5d27e2735cdd9984c8384fef9f027490/src/scripts/short_ci.clj#L25
@brzoskwinka18 This is how I did it in another project: https://github.com/babashka/babashka-sql-pods/blob/master/script/generate_circleci.clj There is no need to use strings, you can just use Clojure data directly