mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-09-02 13:52:46 +02:00
Add GitLab CI resources
* Update 100-gitlab-ci.md GitLab CI documentation * Update 100-gitlab-ci.md * Update content/roadmaps/102-devops/content/106-ci-cd/100-gitlab-ci.md Co-authored-by: Kamran Ahmed <kamranahmed.se@gmail.com>
This commit is contained in:
committed by
GitHub
parent
7e11943325
commit
e9dda46ee7
@@ -1 +1,10 @@
|
||||
# Gitlab ci
|
||||
# GitLab CI
|
||||
|
||||
GitLab offers a CI/CD service that can be used as a SaaS offering or self-managed using your own resources. You can use GitLab CI with any GitLab hosted repository, or any BitBucket Cloud or GitHub repository in the GitLab Premium self-managed, GitLab Premium SaaS and higher tiers.
|
||||
|
||||
|
||||
<BadgeLink badgeText='Official Website' colorScheme='blue' href='https://gitlab.com/'>GitLab Website</BadgeLink>
|
||||
<BadgeLink badgeText='Official Documentation' colorScheme='yellow' href='https://docs.gitlab.com/'>GitLab Documentation</BadgeLink>
|
||||
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://docs.gitlab.com/ee/ci/quick_start/'>Get Started with GitLab CI</BadgeLink>
|
||||
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://docs.gitlab.com/ee/tutorials/'>Learn GitLab Tutorials</BadgeLink>
|
||||
<BadgeLink badgeText='Read' colorScheme='yellow' href='https://docs.gitlab.com/ee/ci/examples/'>GitLab CI/CD Examples</BadgeLink>
|
||||
|
Reference in New Issue
Block a user