refactor: Migrate templates from website repo #4

Merged
jon_nfc merged 3 commits from 1-migrate-templates-from-website-repo into development 2022-08-28 03:20:31 +00:00
26 changed files with 1659 additions and 0 deletions
Showing only changes of commit 63332631fe - Show all commits

25
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,25 @@
stages:
- validation
- build
- prepare
- deploy
- test
- release
- publish
variables:
GIT_SUBMODULE_STRATEGY: recursive
MY_PROJECT_ID: "38927651"
include:
- project: nofusscomputing/projects/gitlab-ci
ref: 36ce0b0b76e6769c7a2e0d4ea0f3fcd2cc2d6bb1
file:
- conventional_commits/.gitlab-ci.yml
- validation/.gitlab-ci.yml
Lint Markdown:
extends: .Lint_Markdown

3
.gitmodules vendored Normal file
View File

@ -0,0 +1,3 @@
[submodule "gitlab-ci"]
path = gitlab-ci
url = https://gitlab.com/nofusscomputing/projects/gitlab-ci.git

1
gitlab-ci Submodule

Submodule gitlab-ci added at 36ce0b0b76