@ -119,5 +119,16 @@ In addition to the required variables above, the commitizen config file `.cz.yam
|
||||
|
||||
### Artifacts
|
||||
|
||||
|
||||
## Gitlab job Definition
|
||||
|
||||
When you include this definition the following makes up the job definition
|
||||
|
||||
``` yaml title=".gitlab-ci.yml" linenums="1"
|
||||
|
||||
--8<-- "conventional_commits/.gitlab-ci.yml"
|
||||
|
||||
```
|
||||
|
||||
!!! Note
|
||||
Docs Still under development
|
||||
|
@ -73,5 +73,16 @@ This will cause the job to only run on the `development` branch.
|
||||
|
||||
- None
|
||||
|
||||
|
||||
## Gitlab job Definition
|
||||
|
||||
When you include this definition the following makes up the job definition
|
||||
|
||||
``` yaml title=".gitlab-ci.yml" linenums="1"
|
||||
|
||||
--8<-- "git_push_mirror/.gitlab-ci.yml"
|
||||
|
||||
```
|
||||
|
||||
!!! Note
|
||||
Docs Still under development
|
||||
|
@ -140,5 +140,16 @@ This CI job's workflow is:
|
||||
- `Gitlab Release`
|
||||
> None
|
||||
|
||||
|
||||
## Gitlab job Definition
|
||||
|
||||
When you include this definition the following makes up the job definition
|
||||
|
||||
``` yaml title=".gitlab-ci.yml" linenums="1"
|
||||
|
||||
--8<-- "gitlab_release/.gitlab-ci.yml"
|
||||
|
||||
```
|
||||
|
||||
!!! Note
|
||||
Docs Still under development
|
||||
|
@ -59,5 +59,16 @@ Markdown Linting:
|
||||
|
||||
- JUnit test report located at `$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/tests/*.junit.xml`
|
||||
|
||||
|
||||
## Gitlab job Definition
|
||||
|
||||
When you include this definition the following makes up the job definition
|
||||
|
||||
``` yaml title=".gitlab-ci.yml" linenums="1"
|
||||
|
||||
--8<-- "lint/markdown.gitlab-ci.yaml"
|
||||
|
||||
```
|
||||
|
||||
!!! Note
|
||||
Docs Still under development
|
||||
|
@ -105,5 +105,16 @@ PyLint:
|
||||
|
||||
- `$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/tests/gl-code-quality-report.html` - html code quality report
|
||||
|
||||
|
||||
## Gitlab job Definition
|
||||
|
||||
When you include this definition the following makes up the job definition
|
||||
|
||||
``` yaml title=".gitlab-ci.yml" linenums="1"
|
||||
|
||||
--8<-- "python/.gitlab-ci.yml"
|
||||
|
||||
```
|
||||
|
||||
!!! Note
|
||||
Docs Still under development
|
||||
|
@ -65,5 +65,15 @@ Yaml Lint (python 3.6):
|
||||
- `$CI_PROJECT_DIR/artifacts/$CI_JOB_STAGE/$CI_JOB_NAME/$PYTHON_VERSION-yaml-lint.log` - Linter log
|
||||
|
||||
|
||||
## Gitlab job Definition
|
||||
|
||||
When you include this definition the following makes up the job definition
|
||||
|
||||
``` yaml title=".gitlab-ci.yml" linenums="1"
|
||||
|
||||
--8<-- "lint/yaml.gitlab-ci.yaml"
|
||||
|
||||
```
|
||||
|
||||
!!! Note
|
||||
Docs Still under development
|
||||
|
Reference in New Issue
Block a user