Commit 103f3e26 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: support custom TBC group

parent a1b32609
Loading
Loading
Loading
Loading
Loading
+5 −1
Original line number Diff line number Diff line
include:
  - component: $CI_SERVER_FQDN/to-be-continuous/bash/gitlab-ci-bash@3.9
  - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/bash/gitlab-ci-bash@3.9
    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.0.0.zip"

variables:
  # Default value; can be globally overridden
  TBC_NAMESPACE: "to-be-continuous"

.e2e-scripts: &e2e-scripts |
  # BEGSCRIPT
  set -e