ci(automagic): use gitlab-ci project template

!11 nofusscomputing/projects/gitlab-ci#30 close #11
This commit is contained in:
2023-05-29 12:48:32 +09:30
parent bbf0846861
commit 7574bb4b89
2 changed files with 5 additions and 26 deletions

View File

@ -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