Loading .gitlab-ci.yml +6 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ stages: # deployment - "gitleaks" - "linting" - "testing" - "deployment" Loading @@ -13,10 +14,13 @@ stages: include: # deployment - local: ".gitlab/gitleaks.yaml" - local: ".gitlab/deployment.yaml" - local: ".gitlab/gitleaks.yaml" # 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/yamllint/yamllint@1.0.2" # testing - component: "$CI_SERVER_FQDN/components/ansible/testing@v3.0.3" Loading
.gitlab-ci.yml +6 −2 Original line number Diff line number Diff line Loading @@ -6,6 +6,7 @@ stages: # deployment - "gitleaks" - "linting" - "testing" - "deployment" Loading @@ -13,10 +14,13 @@ stages: include: # deployment - local: ".gitlab/gitleaks.yaml" - local: ".gitlab/deployment.yaml" - local: ".gitlab/gitleaks.yaml" # 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/yamllint/yamllint@1.0.2" # testing - component: "$CI_SERVER_FQDN/components/ansible/testing@v3.0.3"