There's a reason we value the local development environment.
You can run everything locally, the only use for the cloud environment is for CD.
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
There's a reason we value the local development environment.
You can run everything locally, the only use for the cloud environment is for CD.
ackshually you can run most of the CI locally
Don’t tell the boss, jerk.
Doesn’t matter if the mechanism that checks the repo and sends the trigger message to the runner is down.
how does that affect running the CI locally? I don't mean triggering the cloud CI manually, I mean running the commands manually.
Ironically, I find myself writing more code when CI is broken and I don't have to babysit it.