I feel that Yaml sucks. I understand the need for such markup language but I think it sucks. Somehow it’s clunky to use. Can you explain why?

  • derpgon
    link
    fedilink
    arrow-up
    4
    ·
    3 个月前

    What’s wrong with using YAML for CI? I mean, I use it for Gitlab CI, the underlying script it runs is just Bash.

    • wewbull@feddit.uk
      link
      fedilink
      English
      arrow-up
      4
      ·
      3 个月前

      Right, so you just have a single step and then hand over to a proper script. I’ve seen many people try to put much more complex logic in there before handing over to a proper language.

    • cashew@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      2 个月前

      You’re doing it right by avoiding as much of Gitlab’s CI features. I’ve seen versions where scripts are inlined in the YAML with expressions in random rule fields and pipeline variables thrown all over the place. And don’t get me started on their “includes” keyword, it’s awful in practice, gives me nightmares.

      Then I write a Kubernetes manifest in YAML with JSON schema validation and the heart rate goes down again.