Commit 99e2d97c authored by Guilhem Bonnefille's avatar Guilhem Bonnefille
Browse files

ci: declare default value for TBC_NAMESPACE

Needed to permit forks on gitlab.com where TBC_NAMESPACE is only set at group level.
parent 501236d1
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -10,6 +10,9 @@ include:
    file: '/templates/gitlab-ci-s3.yml'

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

  MKD_SITE_DIR: "public"
  MKD_LYCHEE_ENABLED: "true"
  MKD_LYCHEE_ARGS: "*.md docs/ static/"