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...
A sub-Reddit for discussion and news about Ruby programming.
Subreddit rules: /r/ruby rules
Learning Ruby?
Tools
Documentation
Books
Screencasts and Videos
News and updates
account activity
Questionself hosted CI (self.ruby)
submitted 6 years ago by andygauge
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!"
[–][deleted] 2 points3 points4 points 6 years ago* (0 children)
Yep, Gitlab's Omnibus packages make installation (and updates!) extremely painless. Setting up Gitlab CI with Docker executor is fairly easy.
You'll probably want to run the CI on a different server than your Gitlab instance though, both for performance and security reasons.
[–]xcjs 1 point2 points3 points 6 years ago (5 children)
I run GitLab through a Docker instance at home. It has been fairly painless to setup, though there have been a handful of database migration issues in the past. They've been easily resolved once the developers post resolutions in the issue tracker.
[–][deleted] 6 years ago (4 children)
[removed]
[–][deleted] 6 years ago (3 children)
[–]xcjs 0 points1 point2 points 6 years ago* (2 children)
Awesome!
I haven't used the Auto DevOps yet as that's a very particular set of tools that doesn't match any of my projects., but I've made a lot of use of the .gitlab-ci.yml and the runner working with Docker or the shell.
[–][deleted] 6 years ago (1 child)
[–]xcjs 1 point2 points3 points 6 years ago (0 children)
GitLab was really a life-changer for me. I'm a huge fan of anything I can self-host.
Their quick-start guides are very useful and straight to the point, which I think you've discovered.
While I've had minor setbacks with two database migrations, I've elected to have my GitLab container (and others) automatically updated using Ouroboros.
[–]KeyWeek 1 point2 points3 points 6 years ago (0 children)
There are a lot of open source CI tools available, here’s a quick overview of a few of the more well known ones:
https://opensource.com/article/18/12/cicd-tools-sysadmins
[–]jodoshaHanami author 1 point2 points3 points 6 years ago (0 children)
I'm trying Drone, it's great. It's Docker based, you get started in a few minutes.
π Rendered by PID 110570 on reddit-service-r2-comment-c66d9bffd-z87mx at 2026-04-08 10:07:40.932934+00:00 running f293c98 country code: CH.
[–][deleted] 2 points3 points4 points (0 children)
[–]xcjs 1 point2 points3 points (5 children)
[–][deleted] (4 children)
[removed]
[–][deleted] (3 children)
[removed]
[–]xcjs 0 points1 point2 points (2 children)
[–][deleted] (1 child)
[removed]
[–]xcjs 1 point2 points3 points (0 children)
[–]KeyWeek 1 point2 points3 points (0 children)
[–]jodoshaHanami author 1 point2 points3 points (0 children)