Loading .gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ include: ref: "master" file: "/templates/validation.yml" - project: "to-be-continuous/bash" ref: "3.6" ref: "3.7" file: "/templates/gitlab-ci-bash.yml" - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.6 - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.7 inputs: shellcheck-files: "*.sh" - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.7 Loading Loading
.gitlab-ci.yml +2 −2 Original line number Diff line number Diff line Loading @@ -9,9 +9,9 @@ include: ref: "master" file: "/templates/validation.yml" - project: "to-be-continuous/bash" ref: "3.6" ref: "3.7" file: "/templates/gitlab-ci-bash.yml" - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.6 - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.7 inputs: shellcheck-files: "*.sh" - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.7 Loading