From 329a570e44b276f14b1e631d421de0f2533d409d Mon Sep 17 00:00:00 2001
From: andresanaya21 <alvaroandres.anayaamariles@telefonica.com>
Date: Wed, 15 Jan 2025 08:20:23 +0100
Subject: [PATCH] refactor: comment out unused CI variables in
 ci_dev.gitlab-ci.yml

---
 capif/templates/ci_dev.gitlab-ci.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/capif/templates/ci_dev.gitlab-ci.yml b/capif/templates/ci_dev.gitlab-ci.yml
index df5ce9d..3f6825a 100644
--- a/capif/templates/ci_dev.gitlab-ci.yml
+++ b/capif/templates/ci_dev.gitlab-ci.yml
@@ -6,11 +6,11 @@ stages:
   - dev_build_and_push
 
 variables:
-  CI_JOB_TOKEN: $CI_JOB_TOKEN
+#  CI_JOB_TOKEN: $CI_JOB_TOKEN
   CI_DEBUG_TRACE: "false"
-  CI_REGISTRY_USER: $CI_REGISTRY_USER
-  CI_REGISTRY: $CI_REGISTRY
-  CAPIF_DOCKER_REGISTRY: $CAPIF_DOCKER_REGISTRY
+#  CI_REGISTRY_USER: $CI_REGISTRY_USER
+#  CI_REGISTRY: $CI_REGISTRY
+#  CAPIF_DOCKER_REGISTRY: $CAPIF_DOCKER_REGISTRY
 
 
 .dev_common: &dev_common
-- 
GitLab