ci: add CI jobs

!1
This commit is contained in:
2023-08-08 12:36:25 +09:30
parent 9c18b3b538
commit 3bc705caff
5 changed files with 45 additions and 0 deletions

7
.cz.yaml Normal file
View File

@ -0,0 +1,7 @@
commitizen:
bump_message: "build(version): bump version $current_version \u2192 $new_version"
changelog_incremental: false
name: cz_conventional_commits
tag_format: $major.$minor.$patch$prerelease
update_changelog_on_bump: true
version: 0.0.1

25
.gitlab-ci.yml Normal file
View File

@ -0,0 +1,25 @@
variables:
MY_PROJECT_ID: "48321671"
GIT_SYNC_URL: "https://$GITHUB_USERNAME_ROBOT:$GITHUB_TOKEN_ROBOT@github.com/NoFussComputing/nodered_ldap_self_service.git"
PAGES_ENVIRONMENT_PATH: projects/ldap_self_service/
include:
- project: nofusscomputing/projects/gitlab-ci
ref: development
file:
- template/automagic.gitlab-ci.yaml
Github (Push --mirror):
extends:
- .git_push_mirror
needs: []
rules:
- if: $GIT_SYNC_URL == null
when: never
- if: # Always sync including working branches
$CI_PIPELINE_SOURCE == "push"
when: always
- when: never

4
.gitmodules vendored Normal file
View File

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

8
.nfc_automation.yaml Normal file
View File

@ -0,0 +1,8 @@
---
role_git_conf:
gitlab:
submodule_branch: "development"
default_branch: development
mr_labels: ~"type::automation" ~"impact::0" ~"priority::0"
auto_merge: true

1
gitlab-ci Submodule

Submodule gitlab-ci added at 975de7aca2