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