Commit 0f6fa396 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: add custom TBC group support

parent 4b1cac80
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -15,7 +15,7 @@ include:
      package-enabled: true
      publish-enabled: true
  # semantic-release template
  - 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
@@ -38,4 +38,4 @@ dry-run-test:
    - gitlab-cp --dry-run
  rules:
    # run only on original project on gitlab.com
    - if: '$CI_SERVER_HOST == "gitlab.com" && $CI_PROJECT_PATH == "to-be-continuous/tools/gitlab-cp"'
    - if: '$CI_SERVER_HOST == "gitlab.com" && $CI_PROJECT_PATH == "$TBC_NAMESPACE/tools/gitlab-cp"'