Loading .gitlab-ci.yml +5 −3 Original line number Diff line number Diff line --- # gitLab ci stages # gitlab stages 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 +5 −3 Original line number Diff line number Diff line --- # gitLab ci stages # gitlab stages 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"