145
Deployments (lemmy.ml)
top 9 comments
sorted by: hot top controversial new old
[-] xmunk@sh.itjust.works 40 points 1 week ago

It's important to demystify tech... They're literally the same except some achieve a descriptor beyond "shitty".

[-] navi@lemmy.tespia.org 11 points 1 week ago

Definitely. Half my pipelines these days are posh scripts.

[-] MartianSands@sh.itjust.works 3 points 1 week ago

Hey now, some of us have standards.

We have shitty python scripts

[-] lowleveldata@programming.dev 15 points 1 week ago

Those are the same pictures

[-] exu@feditown.com 10 points 1 week ago

I'd probably prefer a bash script that's called from your CI/CD if done properly, just because I could run the same tests locally with that script. That makes the feedback loop much faster and also allows stuff like auto formatting.

Yes, you can do git hooks, but then you have to keep it in sync with your CI/CD all the time.

[-] yogthos@lemmy.ml 0 points 1 week ago

I feel like being able to run things locally is really valuable as well. This has been one of my biggest issues with stuff like aws where it's very difficult to have an offline local environment. You have things like localstack, but it's not perfect.

[-] ArmoredThirteen@lemmy.ml 0 points 1 week ago

What about a bash script that calls your CI/CD because the system is so old and complex anyone learning how to use it immediately builds a 1-off tool to hide what they don't need but then everyone starts relying on that 1-off bash script so you extend the functionality then replace it with a proper tool then let that rot so you need a new bash script to call that to hide the useless parts?

[-] sik0fewl@lemmy.ca 5 points 1 week ago

After spending enough time debugging Jenkins pipelines, I wish I had used shitty bash scripts.

[-] Cysioland@lemmygrad.ml 3 points 1 week ago

CI/CD is just git hooks with extra steps

this post was submitted on 08 Sep 2024
145 points (96.8% liked)

Programmer Humor

32020 readers
578 users here now

Post funny things about programming here! (Or just rant about your favourite programming language.)

Rules:

founded 5 years ago
MODERATORS