Fork me on GitHub
#circleci
<
2021-04-28
>
Marc O'Morain12:04:20

@borkdude @slipset We’ve launched setup workflows: https://circleci.com/blog/introducing-dynamic-config-via-setup-workflows/ This allows you to run code to generate config as part of the workflow.

Marc O'Morain12:04:06

This will allow you you to write a config.edn and use a setup workflow to convert the config.edn to YAML and run it.

borkdude12:04:48

Awesome! I'm currently doing that using bb (babashka) but I just commit the yaml into the git repo

borkdude12:04:53

jet only supports JSON, EDN and Transit, else the name would not be right anymore ;)

lol 4
conormcd12:04:17

JSON is valid YAML, so... 😄

Marc O'Morain12:04:40

YAML isn’t valid JSON though!

borkdude12:04:44

but is JSON powerful enough to express all of circleci's config?