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:
|
||||
GIT_SUBMODULE_STRATEGY: recursive
|
||||
@ -16,16 +9,9 @@ include:
|
||||
- project: nofusscomputing/projects/gitlab-ci
|
||||
ref: development
|
||||
file:
|
||||
# ToDo: on merge of https://gitlab.com/nofusscomputing/projects/gitlab-ci/-/issues/30
|
||||
# remove lines with mark '1'
|
||||
# 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
|
||||
- .gitlab-ci_common.yaml
|
||||
- template/automagic.gitlab-ci.yaml
|
||||
|
||||
|
||||
Website.Lint:
|
||||
extends: .Lint_Markdown
|
||||
@ -259,10 +245,3 @@ public_website:
|
||||
allow_failure: true
|
||||
- when: never
|
||||
|
||||
|
||||
|
||||
Gitlab Release:
|
||||
extends:
|
||||
- .gitlab_release
|
||||
|
||||
|
||||
|
Submodule gitlab-ci updated: e32db8dcfd...3383d5a086
Reference in New Issue
Block a user