feat: added testing component
This commit is contained in:
parent
1247558f8e
commit
a348ea5f39
1 changed files with 6 additions and 2 deletions
|
|
@ -6,6 +6,7 @@ stages:
|
||||||
# deployment
|
# deployment
|
||||||
- "gitleaks"
|
- "gitleaks"
|
||||||
- "linting"
|
- "linting"
|
||||||
|
- "testing"
|
||||||
- "deployment"
|
- "deployment"
|
||||||
|
|
||||||
|
|
||||||
|
|
@ -13,10 +14,13 @@ stages:
|
||||||
include:
|
include:
|
||||||
|
|
||||||
# deployment
|
# deployment
|
||||||
- local: ".gitlab/gitleaks.yaml"
|
|
||||||
- local: ".gitlab/deployment.yaml"
|
- local: ".gitlab/deployment.yaml"
|
||||||
|
- local: ".gitlab/gitleaks.yaml"
|
||||||
|
|
||||||
# linting
|
# linting
|
||||||
- component: "$CI_SERVER_FQDN/components/ansible/linting@v2.0.1"
|
- component: "$CI_SERVER_FQDN/components/ansible/linting@v3.0.3"
|
||||||
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
|
- component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0"
|
||||||
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"
|
- component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"
|
||||||
|
|
||||||
|
# testing
|
||||||
|
- component: "$CI_SERVER_FQDN/components/ansible/testing@v3.0.3"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue