Hacker News new | ask | show | jobs
by dangoldin 518 days ago
Yea - definitely. Just not ideal and something that needs to be built out, tested, etc.
1 comments

Yes, it is easier said than done. At my company we use buildkite and many people wrote scripts that simply fail outside of buildkite.

GitHub actions is even worse, it seems like it was designed from the ground up to create lock in.

Nix helps a bit on the bootstrapping and dependency management problem, but won't save you from writing a script that is too tightly coupled to its runtime environment.