circleci

rm -rf /home/circleci/.gitconfig
timo 2020-08-26T10:21:19.001100Z

anyone here uses circleci with a lot of different repos sharing the configuration but does not use orbs? how do you do it? git-submodules?

borkdude 2020-08-26T10:50:34.002100Z

@timok for some projects I use babashka scripts that generate the CircleCi config

1
timo 2020-08-26T11:59:27.002400Z

can I find an example in one of your repos?

borkdude 2020-08-26T12:25:52.002900Z

Babashka-sql-pods

timo 2020-08-26T12:29:21.003100Z

that's cool, thanks!