I started the day so optimistic - eviltoast
  • Gobbel2000@programming.dev
    link
    fedilink
    arrow-up
    7
    ·
    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?

    • johntash
      link
      fedilink
      English
      arrow-up
      1
      ·
      20 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.

  • johntash
    link
    fedilink
    English
    arrow-up
    2
    ·
    20 days ago

    Do you put the version in each commit? That seems painful