-
-
Notifications
You must be signed in to change notification settings - Fork 180
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support GitLab CI #19
Comments
@chauffer, I have not used gitlab, can you guide me towards their status APIs? From what I understand, gitlab has it's own CI, which will come in handy. |
@siddharthkp for the most part, it's simply Docker containers, where exit code != 0 is failure. Some env vars are available, fwiw: https://docs.gitlab.com/ce/ci/variables/README.html What other information would you need? Happy to jump on gitter or something to help out :D |
Thanks, this helps. I'm not sure what's the best way to test this 🤔 I'll create a fork on gitlab? |
yep, probably good enough as gitlab.com has free shared runners :D |
@siddharthkp you can try setting up repository mirroring on Gitlab to avoid maintaining two versions. |
What's the status of this? Would it be worthwhile for me to jump in and try and implement it? |
Any updates? |
https://docs.gitlab.com/ce/ci/
The text was updated successfully, but these errors were encountered: