Skip to content

Commit 3adb82f

Browse files
committed
gitlabCI: use common template
1 parent 82cf439 commit 3adb82f

File tree

3 files changed

+48
-13
lines changed

3 files changed

+48
-13
lines changed

topics/gitlabci/README.md

+45-13
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,55 @@
1-
# Gitlab CI getting started
1+
## What is Gitlab CI?
22

3-
- https://docs.gitlab.com/ee/ci/
3+
### Overview
44

5-
# Create and run your first GitLab CI/CD pipeline
5+
GitLab CI/CD is a software development tool that allows organizations to implement “continuous” methodologies, including continuous integration (CI), continuous delivery (CD), and continuous deployment (also abbreviated to CD).
66

7-
- https://docs.gitlab.com/ee/ci/quick_start/
7+
### Gitlab CI workflow
88

9-
# Gitlab public
9+
- None
1010

11-
- https://gitlab.com/
11+
### Official website documentation of Gitlab CI
1212

13-
# Gitlab self deployment
13+
- https://docs.gitlab.com/ (CI/CD page)
1414

15-
- https://docs.gitlab.com/ee/install/install_methods.html
15+
## Prerequisites
1616

17-
# GitLab CI/CD examples
17+
- Basic linux command line skill, CICD, YAML
1818

19-
- https://docs.gitlab.com/ee/ci/examples/
19+
## Installation
2020

21-
# Advanced
22-
## Using GitLab CI/CD with a GitHub repository
23-
- https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/github_integration.html
21+
### How to install Gitlab CI?
22+
23+
#### Gitlab public
24+
25+
- Use https://gitlab.com/ (No need to install)
26+
27+
#### Gitlab self deployment
28+
29+
- https://docs.gitlab.com/ee/install/install_methods.html
30+
31+
##### Basics of Gitlab CI
32+
33+
### Getting started with Gitlab CI
34+
35+
- Visit https://docs.gitlab.com/ee/ci/quick_start/ for a comprehensive introduction.
36+
37+
### Gitlab CI Hello World
38+
39+
- Check the [basic/](./basic/) directory to create a simple Gitlab CI demo.
40+
41+
## Beyond the Basics
42+
43+
### Hands-On Example
44+
45+
- Explore a practical hands-on example in the [Gitlab CI examples](https://docs.gitlab.com/ee/ci/examples/) for more Gitlab CI concepts
46+
47+
## More...
48+
49+
### Gitlab CI YAML syntax reference
50+
51+
- https://docs.gitlab.com/ee/ci/yaml/
52+
53+
### Recommended Books
54+
55+
- None

topics/gitlabci/advanced/REAME.md

+3
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
## Using GitLab CI/CD with a GitHub repository
2+
3+
- https://docs.gitlab.com/ee/ci/ci_cd_for_external_repos/github_integration.html

0 commit comments

Comments
 (0)