• Gobbel2000@programming.dev
    link
    fedilink
    arrow-up
    6
    ·
    17 days ago

    Debugging CI pipelines is so annoying, why is there no better way than committing a bunch of dumb changes until it works?

    • johntash@eviltoast.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      5 hours ago

      I like the approach of ci pipelines just running a make command or at least a script, so that it’s easy to run locally too before pushing the changes up.