Commit 793a4442 authored by Pierre Smeyers's avatar Pierre Smeyers
Browse files

ci: set default value for TBC_NAMESPACE

parent 782c9fdb
Loading
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -25,6 +25,10 @@ include:
  # Gitleaks template
  - component: "$CI_SERVER_FQDN/$TBC_NAMESPACE/gitleaks/gitlab-ci-gitleaks@2"

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

# this job tests the Docker image on a remote Vault server (configurable)
test-on-remote:
  image: "docker.io/curlimages/curl"