Commit 89be0587 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: support custom TBC group as an alternative CI/CD configuration

This change restores the working build for basic forking workflow on gitlab.com.
parent eae403c9
Loading
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
# Alternative CI/CD configuration file when using TBC in a self-managed GitLab with a custom TBC root group (different from the default "to-be-continuous")
# ℹ️ The CI/CD configuration file can be selected in your project: Settings > CI/CD > General Pipelines > CI/CD Configuration File.
# ⚠️ Requires that the TBC_NAMESPACE variable be set as a server instance variable (recommended), group variable, or project variable.
include:
  # include the component
  - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/renovate/gitlab-ci-renovate@1.13.0
+3 −5
Original line number Diff line number Diff line
# Default CI/CD configuration file
# ℹ️ If you're using TBC in a self-managed GitLab with a custom TBC root group, use .gitlab-ci-namespaced.yml instead
include:
  # include the component
  - component: $CI_SERVER_FQDN/$TBC_NAMESPACE/renovate/gitlab-ci-renovate@1.13.0

variables:
  # Default value; can be globally overridden
  TBC_NAMESPACE: "to-be-continuous"
  - component: $CI_SERVER_FQDN/to-be-continuous/renovate/gitlab-ci-renovate@1.13.0