Loading .gitlab-ci.yml +4 −11 Original line number Diff line number Diff line Loading @@ -8,20 +8,13 @@ include: - project: "to-be-continuous/kicker" ref: "master" file: "/templates/validation.yml" - project: "to-be-continuous/bash" ref: "3.4.1" file: "/templates/gitlab-ci-bash.yml" - project: "to-be-continuous/semantic-release" ref: "3.11.2" file: "/templates/gitlab-ci-semrel.yml" stages: - build - publish - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.4 inputs: shellcheck-files: "*.sh" - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11 variables: GITLAB_CI_FILES: "templates/gitlab-ci-pre-commit.yml" BASH_SHELLCHECK_FILES: "*.sh" semantic-release: rules: Loading Loading
.gitlab-ci.yml +4 −11 Original line number Diff line number Diff line Loading @@ -8,20 +8,13 @@ include: - project: "to-be-continuous/kicker" ref: "master" file: "/templates/validation.yml" - project: "to-be-continuous/bash" ref: "3.4.1" file: "/templates/gitlab-ci-bash.yml" - project: "to-be-continuous/semantic-release" ref: "3.11.2" file: "/templates/gitlab-ci-semrel.yml" stages: - build - publish - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.4 inputs: shellcheck-files: "*.sh" - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11 variables: GITLAB_CI_FILES: "templates/gitlab-ci-pre-commit.yml" BASH_SHELLCHECK_FILES: "*.sh" semantic-release: rules: Loading