circleci

rm -rf /home/circleci/.gitconfig
jwkoelewijn 2020-10-13T12:40:31.014600Z

Hi, we just encountered

Configuration errors: 2 errors occurred:
* Error parsing config file: yaml: unmarshal errors:
  line 1: cannot unmarshal !!str `H4sIAAA...` into map[string]interface {}
on multiple, unrelated builds. Restarting the jobs fixed it. Mentioning it to make sure you guys are aware ๐Ÿ™‚ And to be calmed and told all's well in the world ๐Ÿ˜‰

glenjamin 2020-10-13T13:02:21.014900Z

yup, weโ€™re about to post a backfill on statuspage

glenjamin 2020-10-13T13:02:24.015100Z

thanks for the heads up!

1
glenjamin 2020-10-13T13:50:59.015900Z

the component which ultimately executes things is written in Go these days

glenjamin 2020-10-13T13:51:11.016200Z

although we do change from yaml to json along the way

slipset 2020-10-13T16:14:05.016700Z

Yeah, but I belive you use clj-yaml to parse the yaml-files?

glenjamin 2020-10-13T16:18:06.016900Z

we do, yeah

borkdude 2020-10-13T16:19:27.017300Z

also part of babashka โ„ข๏ธ