ci(automagic): use gitlab-ci project template
!11 nofusscomputing/projects/gitlab-ci#30 close #11
This commit is contained in:
@ -1,11 +1,4 @@
|
|||||||
stages:
|
---
|
||||||
- validation
|
|
||||||
- build
|
|
||||||
- prepare
|
|
||||||
- deploy
|
|
||||||
- test
|
|
||||||
- release
|
|
||||||
- publish
|
|
||||||
|
|
||||||
variables:
|
variables:
|
||||||
GIT_SUBMODULE_STRATEGY: recursive
|
GIT_SUBMODULE_STRATEGY: recursive
|
||||||
@ -16,16 +9,9 @@ include:
|
|||||||
- project: nofusscomputing/projects/gitlab-ci
|
- project: nofusscomputing/projects/gitlab-ci
|
||||||
ref: development
|
ref: development
|
||||||
file:
|
file:
|
||||||
# ToDo: on merge of https://gitlab.com/nofusscomputing/projects/gitlab-ci/-/issues/30
|
- .gitlab-ci_common.yaml
|
||||||
# remove lines with mark '1'
|
- template/automagic.gitlab-ci.yaml
|
||||||
# uncomment lines with mark '2'
|
|
||||||
# also remove jobs from this ci that are part of the automagic template.
|
|
||||||
- conventional_commits/.gitlab-ci.yml # 1
|
|
||||||
- mkdocs/.gitlab-ci.yml # 1
|
|
||||||
- lint/markdown.gitlab-ci.yaml # 1
|
|
||||||
- gitlab_release/.gitlab-ci.yml # 1
|
|
||||||
# - .gitlab-ci_common.yaml # 2
|
|
||||||
# - template/automagic.gitlab-ci.yaml # 2
|
|
||||||
|
|
||||||
Website.Lint:
|
Website.Lint:
|
||||||
extends: .Lint_Markdown
|
extends: .Lint_Markdown
|
||||||
@ -259,10 +245,3 @@ public_website:
|
|||||||
allow_failure: true
|
allow_failure: true
|
||||||
- when: never
|
- when: never
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Gitlab Release:
|
|
||||||
extends:
|
|
||||||
- .gitlab_release
|
|
||||||
|
|
||||||
|
|
||||||
|
Submodule gitlab-ci updated: e32db8dcfd...3383d5a086
Reference in New Issue
Block a user