Drew@sopuli.xyzM to Programming Circlejerk · 16 days agoWhenever I see yet another level of YAML indirection rather than, you know, an actual programming language, I get a little sad.lobste.rsexternal-linkmessage-square3linkfedilinkarrow-up18arrow-down10
arrow-up18arrow-down1external-linkWhenever I see yet another level of YAML indirection rather than, you know, an actual programming language, I get a little sad.lobste.rsDrew@sopuli.xyzM to Programming Circlejerk · 16 days agomessage-square3linkfedilink
minus-squarederpgonlinkfedilinkarrow-up5·15 days agoThat’s why I prefer Gitlab CI from other (Azure, GitHub) - because you have to write actual shell code and everything is nice with the least amount of abstraction. Every time I have to debug some of these dumb actions I wanna commit sudoku.
minus-squareKissakilinkfedilinkEnglisharrow-up2·edit-215 days agoYou mean because it doesn’t have Tasks (Azure) or an actions marketplace (GitHub)? (It’s been a while since I used GitLab CI - dunno if it doesn’t have anything like that.)
minus-squarederpgonlinkfedilinkarrow-up1·14 days agoAs far as I am aware, it does not. There might be a setup where you can use actions (or similar concept), but it would require some work.
That’s why I prefer Gitlab CI from other (Azure, GitHub) - because you have to write actual shell code and everything is nice with the least amount of abstraction.
Every time I have to debug some of these dumb actions I wanna commit sudoku.
You mean because it doesn’t have Tasks (Azure) or an actions marketplace (GitHub)?
(It’s been a while since I used GitLab CI - dunno if it doesn’t have anything like that.)
As far as I am aware, it does not. There might be a setup where you can use actions (or similar concept), but it would require some work.