8
.cz.yaml
Normal file
8
.cz.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
---
|
||||||
|
commitizen:
|
||||||
|
name: cz_conventional_commits
|
||||||
|
prerelease_offset: 1
|
||||||
|
tag_format: $version
|
||||||
|
update_changelog_on_bump: false
|
||||||
|
version: 0.0.1
|
||||||
|
version_scheme: semver
|
2
.gitignore
vendored
Normal file
2
.gitignore
vendored
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
artifacts/*
|
||||||
|
cache/*
|
12
.gitlab-ci.yml
Normal file
12
.gitlab-ci.yml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
|
||||||
|
variables:
|
||||||
|
GIT_SUBMODULE_PATHS: gitlab-ci
|
||||||
|
ANSIBLE_GALAXY_PACKAGE_NAME: phpipam_scanagent
|
||||||
|
##JOB_ROOT_DIR: gitlab-ci
|
||||||
|
|
||||||
|
include:
|
||||||
|
- project: nofusscomputing/projects/gitlab-ci
|
||||||
|
ref: ansible-collections
|
||||||
|
file:
|
||||||
|
- .gitlab-ci_common.yaml
|
||||||
|
- template/ansible-collection.gitlab-ci.yaml
|
8
.gitmodules
vendored
Normal file
8
.gitmodules
vendored
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[submodule "gitlab-ci"]
|
||||||
|
path = gitlab-ci
|
||||||
|
url = https://gitlab.com/nofusscomputing/projects/gitlab-ci.git
|
||||||
|
branch = development
|
||||||
|
[submodule "website-template"]
|
||||||
|
path = website-template
|
||||||
|
url = https://gitlab.com/nofusscomputing/infrastructure/website-template.git
|
||||||
|
branch = development
|
8
.nfc_automation.yaml
Normal file
8
.nfc_automation.yaml
Normal 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
|
0
CHANGELOG.md
Normal file
0
CHANGELOG.md
Normal file
1
gitlab-ci
Submodule
1
gitlab-ci
Submodule
Submodule gitlab-ci added at d29064f149
1
website-template
Submodule
1
website-template
Submodule
Submodule website-template added at f5a82d3604
Reference in New Issue
Block a user