Loading .gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -9,12 +9,12 @@ include: ref: "master" file: "/templates/validation.yml" - project: "to-be-continuous/bash" ref: "3.8" ref: "3.9" file: "/templates/gitlab-ci-bash.yml" - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.8 - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.9 inputs: shellcheck-files: "*.sh" - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.7 - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.8 - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@4.0 variables: Loading Loading
.gitlab-ci.yml +3 −3 Original line number Diff line number Diff line Loading @@ -9,12 +9,12 @@ include: ref: "master" file: "/templates/validation.yml" - project: "to-be-continuous/bash" ref: "3.8" ref: "3.9" file: "/templates/gitlab-ci-bash.yml" - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.8 - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.9 inputs: shellcheck-files: "*.sh" - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.7 - component: $CI_SERVER_FQDN/to-be-continuous/gitleaks/gitlab-ci-gitleaks@2.8 - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@4.0 variables: Loading