Loading .gitlab-ci.yml +5 −5 Original line number Diff line number Diff line include: - project: "to-be-continuous/tools/gitlab-ci" - project: "$TBC_NAMESPACE/tools/gitlab-ci" file: "/templates/extract.yml" - project: "to-be-continuous/tools/gitlab-ci" - project: "$TBC_NAMESPACE/tools/gitlab-ci" file: "/templates/validation.yml" - project: "to-be-continuous/kicker" - project: "$TBC_NAMESPACE/kicker" file: "/templates/validation.yml" - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3 - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/bash/gitlab-ci-bash@3 inputs: shellcheck-files: "*.sh" bats-enabled: true 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.1.0.zip bats-file@https://github.com/bats-core/bats-file/archive/v0.4.0.zip" coverage-enabled: true bats-opts: "-t --verbose-run" - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@4 - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/semantic-release/gitlab-ci-semrel@4 inputs: # disable semrel for all synch'd repositories release-disabled: true Loading Loading
.gitlab-ci.yml +5 −5 Original line number Diff line number Diff line include: - project: "to-be-continuous/tools/gitlab-ci" - project: "$TBC_NAMESPACE/tools/gitlab-ci" file: "/templates/extract.yml" - project: "to-be-continuous/tools/gitlab-ci" - project: "$TBC_NAMESPACE/tools/gitlab-ci" file: "/templates/validation.yml" - project: "to-be-continuous/kicker" - project: "$TBC_NAMESPACE/kicker" file: "/templates/validation.yml" - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3 - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/bash/gitlab-ci-bash@3 inputs: shellcheck-files: "*.sh" bats-enabled: true 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.1.0.zip bats-file@https://github.com/bats-core/bats-file/archive/v0.4.0.zip" coverage-enabled: true bats-opts: "-t --verbose-run" - component: $CI_SERVER_FQDN/to-be-continuous/semantic-release/gitlab-ci-semrel@4 - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/semantic-release/gitlab-ci-semrel@4 inputs: # disable semrel for all synch'd repositories release-disabled: true Loading