required that md lint works and that the correct nfc_bot details display. MR !1
43 lines
766 B
YAML
43 lines
766 B
YAML
stages:
|
|
- validation
|
|
- build
|
|
- prepare
|
|
- test
|
|
- release
|
|
- sync
|
|
- publish
|
|
|
|
variables:
|
|
GIT_SUBMODULE_STRATEGY: recursive
|
|
MY_PROJECT_ID: "33611657"
|
|
|
|
include:
|
|
- project: nofusscomputing/projects/gitlab-ci
|
|
ref: 36ce0b0b76e6769c7a2e0d4ea0f3fcd2cc2d6bb1
|
|
file:
|
|
- conventional_commits/.gitlab-ci.yml
|
|
- validation/.gitlab-ci.yml
|
|
- gitlab_release/.gitlab-ci.yml
|
|
- git_push_mirror/.gitlab-ci.yml
|
|
|
|
|
|
|
|
|
|
Markdown Linting:
|
|
extends:
|
|
- .Lint_Markdown
|
|
|
|
|
|
Gitlab Release:
|
|
extends:
|
|
- .gitlab_release
|
|
|
|
|
|
Github (Push --mirror):
|
|
variables:
|
|
GIT_SYNC_URL: "https://$GITHUB_USERNAME_ROBOT:$GITHUB_TOKEN_ROBOT@github.com/NoFussComputing/docker-mail.git"
|
|
extends:
|
|
- .git_push_mirror
|
|
|
|
|