Commit e3a4591b authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: add custom TBC group support

See: to-be-continuous#92
Support custom TBC group using $TBC_NAMESPACE
$TBC_NAMESPACE has default value
parent f6778601
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -14,6 +14,7 @@ include:

variables:
  GITLAB_CI_FILES: "templates/gitlab-ci-bash.yml"
  TBC_NAMESPACE: "to-be-continuous"
  BASH_SHELLCHECK_FILES: "*.sh"
  BASH_BATS_ENABLED: "true"
  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.1.0.zip bats-file@https://github.com/bats-core/bats-file/archive/v0.4.0.zip"