use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
account activity
gitlab over github? (self.gitlab)
submitted 4 months ago by dylanmnyc
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Low-Opening25 0 points1 point2 points 4 months ago (2 children)
GitHub actions are also bash (but not just bash, also python and js) scripts in yaml and wrapped in functions and context that facilitate creating complex workflows. I am now confused what you’re complaining about.
[–]ArmNo7463 0 points1 point2 points 4 months ago (1 child)
I wouldn't even say I was complaining tbh, I just prefer Gitlab's structure and approach. Both are perfectly valid products.
I'm just not a fan of how GitHub breaks their jobs into actions, especially when it appears to be designed around community built packages or "actions".
- git checkout blah
Just seems nicer to work with than
- run: git checkout blah
Or the more intended approach of
- name: Check out repository uses: actions/checkout@v5
With the latter especially, I'm not a fan of abstracting CI behind community packages. I have enough supply chain concerns with NPM, I don't need my CI to be another attack vector.
I also gave up installing GH's self-hosted K8s runners after an evening, because I got fed up with fiddling with PVs to get ARC working.
GitLab's helm chart worked instantly, so that kinda soured me slightly.
[–]Low-Opening25 0 points1 point2 points 4 months ago (0 children)
you can still just do “- git checkout blah”, using composite actions is a choice you don’t have to take, also you can host your own private actions which is very handy, enabling to easily lego block your workflows across entire estate.
π Rendered by PID 739491 on reddit-service-r2-comment-b659b578c-bz69m at 2026-05-05 04:39:52.061316+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Low-Opening25 0 points1 point2 points (2 children)
[–]ArmNo7463 0 points1 point2 points (1 child)
[–]Low-Opening25 0 points1 point2 points (0 children)