this post was submitted on 13 Jun 2023
128 points (100.0% liked)

Programmer Humor

19184 readers
1344 users here now

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.

Rules

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 5 points 1 year ago (2 children)

Hey! Why don't you try to build a basic github action from scratch and deploy it 40 times before it's green, waiting 10 minutes between builds to discover how each task creatively interprets directory path notation!

[–] [email protected] 3 points 1 year ago

This is so true, I use copilot for things like actions and dockerfiles so I don't feel an urge to bash my brains out more than I use it for code gen

[–] [email protected] 1 points 1 year ago

Get out of my head! Out I say!

You'd think there'd be a better way of testing CI configs locally, like using selfhosted runners, but no, they need me to push changes to origin so that GitHub can then trigger the job on my local docker host. At least CircleCI gave us CLI to validate and partly run jobs from config files locally, ... but only partly.