Loading .gitlab-ci.yml +16 −23 Original line number Diff line number Diff line include: - project: 'to-be-continuous/tools/gitlab-ci' ref: 'master' file: '/templates/extract.yml' - project: 'to-be-continuous/tools/gitlab-ci' ref: 'master' file: '/templates/validation.yml' - project: 'to-be-continuous/kicker' ref: 'master' file: '/templates/validation.yml' - project: 'to-be-continuous/bash' ref: '3.4' file: 'templates/gitlab-ci-bash.yml' - project: 'to-be-continuous/semantic-release' ref: '3.11' file: '/templates/gitlab-ci-semrel.yml' stages: - build - publish - project: "to-be-continuous/tools/gitlab-ci" ref: "master" file: "/templates/extract.yml" - project: "to-be-continuous/tools/gitlab-ci" ref: "master" file: "/templates/validation.yml" - project: "to-be-continuous/kicker" ref: "master" file: "/templates/validation.yml" - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.4 inputs: shellcheck-files: "*.sh" bats-enabled: true bats-tests: "test" bats-libraries: "bats-support@https://github.com/bats-core/bats-support/archive/v0.3.0.zip bats-assert@https://github.com/bats-core/bats-assert/archive/v2.0.0.zip" - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11 variables: GITLAB_CI_FILES: "templates/gitlab-ci-cf.yml" BASH_SHELLCHECK_FILES: "*.sh" BASH_BATS_ENABLED: "true" BASH_BATS_TESTS: "test" BASH_BATS_LIBRARIES: "bats-support@https://github.com/bats-core/bats-support/archive/v0.3.0.zip bats-assert@https://github.com/bats-core/bats-assert/archive/v2.0.0.zip" semantic-release: rules: Loading Loading
.gitlab-ci.yml +16 −23 Original line number Diff line number Diff line include: - project: 'to-be-continuous/tools/gitlab-ci' ref: 'master' file: '/templates/extract.yml' - project: 'to-be-continuous/tools/gitlab-ci' ref: 'master' file: '/templates/validation.yml' - project: 'to-be-continuous/kicker' ref: 'master' file: '/templates/validation.yml' - project: 'to-be-continuous/bash' ref: '3.4' file: 'templates/gitlab-ci-bash.yml' - project: 'to-be-continuous/semantic-release' ref: '3.11' file: '/templates/gitlab-ci-semrel.yml' stages: - build - publish - project: "to-be-continuous/tools/gitlab-ci" ref: "master" file: "/templates/extract.yml" - project: "to-be-continuous/tools/gitlab-ci" ref: "master" file: "/templates/validation.yml" - project: "to-be-continuous/kicker" ref: "master" file: "/templates/validation.yml" - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.4 inputs: shellcheck-files: "*.sh" bats-enabled: true bats-tests: "test" bats-libraries: "bats-support@https://github.com/bats-core/bats-support/archive/v0.3.0.zip bats-assert@https://github.com/bats-core/bats-assert/archive/v2.0.0.zip" - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@3.11 variables: GITLAB_CI_FILES: "templates/gitlab-ci-cf.yml" BASH_SHELLCHECK_FILES: "*.sh" BASH_BATS_ENABLED: "true" BASH_BATS_TESTS: "test" BASH_BATS_LIBRARIES: "bats-support@https://github.com/bats-core/bats-support/archive/v0.3.0.zip bats-assert@https://github.com/bats-core/bats-assert/archive/v2.0.0.zip" semantic-release: rules: Loading