Loading .gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ stages: # stages - "gitleaks" - "linting" - "build" Loading @@ -11,9 +12,10 @@ stages: # include jobs include: # deployment # locals - local: ".gitlab/build.yaml" # linting # components - component: "$CI_SERVER_FQDN/components/gitleaks/gitleaks@v1.0.0" - component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0" - component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2" Loading
.gitlab-ci.yml +4 −2 Original line number Diff line number Diff line Loading @@ -4,6 +4,7 @@ stages: # stages - "gitleaks" - "linting" - "build" Loading @@ -11,9 +12,10 @@ stages: # include jobs include: # deployment # locals - local: ".gitlab/build.yaml" # linting # components - component: "$CI_SERVER_FQDN/components/gitleaks/gitleaks@v1.0.0" - component: "$CI_SERVER_FQDN/components/markdownlint/markdownlint@1.0.0" - component: "$CI_SERVER_FQDN/components/yamllint/yamllint@1.0.2"