• @[email protected]
    link
    fedilink
    79 months ago

    I always try to put as little logic into CI-Runner-specific tooling as possible and rather have everything automated via the usual programming language build tooling, which you can run locally.

    • @Die4EverOP
      link
      39 months ago

      Yeah I need to start doing this more lol

    • snoweMA
      link
      69 months ago

      act is so hard to use and the docs are terrible. Every time I go to use it I give up a few hours later having gotten nowhere. Incredibly frustrating experience.

  • @onlinepersona
    link
    English
    29 months ago

    Makes me think of dagger.io (why can’t techies come up with names outside of a dictionary?)

      • @odium
        link
        19 months ago

        You do get some pretty good names like Netflix, roomba, Skype, etc.

    • @thesmokingman
      link
      19 months ago

      One of the frustrating things with Dagger is that you still have to set up your pipeline tool. Sure, you’re theoretically running the same thing local and remote, but it doesn’t remove much in the way of CI work. Azure stuff is (was?) less supported. And while the move away from CUE was the right one, there’s still a lot of CUE around.