From d407c0a71af653262caad6de4d3d5c9c01013b50 Mon Sep 17 00:00:00 2001
From: Clement Bois <clement.bois@orange.com>
Date: Mon, 27 Jan 2025 10:56:20 +0100
Subject: [PATCH] feat: disable tracking service by default

---
 templates/gitlab-ci-rust.yml | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/templates/gitlab-ci-rust.yml b/templates/gitlab-ci-rust.yml
index d838124..07db24e 100644
--- a/templates/gitlab-ci-rust.yml
+++ b/templates/gitlab-ci-rust.yml
@@ -91,9 +91,6 @@ workflow:
     - when: on_success
 
 variables:
-  # variabilized tracking image
-  TBC_TRACKING_IMAGE: registry.gitlab.com/to-be-continuous/tools/tracking:master
-
   # Default Docker image (use a public image - can be overridden)
   RUST_IMAGE: $[[ inputs.image ]]
 
-- 
GitLab