• Gobbel2000
    link
    fedilink
    arrow-up
    11
    ·
    1 month ago

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

    • pwshguy (mdowst)OP
      link
      fedilink
      arrow-up
      3
      ·
      1 month ago

      That’s why half of my pipelines are just scripts now, so I can run large chunks of them locally. But yeah, commit, test, commit, test, commit, test drive me insane.

    • johntash@eviltoast.org
      link
      fedilink
      English
      arrow-up
      1
      ·
      15 days 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.