add gitlab CI config doc
This commit is contained in:
@@ -1,7 +1,5 @@
|
|||||||
workflow:
|
workflow:
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_PIPELINE_SOURCE == "web"
|
|
||||||
when: always
|
|
||||||
- if: $CI_PIPELINE_SOURCE == "merge request event"
|
- if: $CI_PIPELINE_SOURCE == "merge request event"
|
||||||
- if: $CI_COMMIT_BRANCH
|
- if: $CI_COMMIT_BRANCH
|
||||||
|
|
||||||
@@ -28,4 +26,4 @@ markdown_lint:
|
|||||||
- changes:
|
- changes:
|
||||||
- "**/*.md"
|
- "**/*.md"
|
||||||
script:
|
script:
|
||||||
- markdownlint "**/*.md"
|
- markdownlint .
|
||||||
1
doc/gitlab_ci.md
Normal file
1
doc/gitlab_ci.md
Normal file
@@ -0,0 +1 @@
|
|||||||
|
# Gitlab CI Configuration
|
||||||
Reference in New Issue
Block a user