From 70c441b31c72b0e0710010c629a22799a62a2a00 Mon Sep 17 00:00:00 2001
From: MOLLI Martin <martin.molli@inria.fr>
Date: Tue, 18 Mar 2025 14:14:54 +0100
Subject: [PATCH] update.gitlab-ci.yml file

---
 .gitlab-ci.yml | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a5e2bc6..b858a0b 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -41,10 +41,3 @@ build-job:       # This job runs in the build stage, which runs first.
     - docker push registry.gitlab.inria.fr/stack-research-group/software/edge-to-cloud-video-processing camera:latest 
     - docker push registry.gitlab.inria.fr/stack-research-group/software/edge-to-cloud-video-processing motion_detector:latest   
     - docker push registry.gitlab.inria.fr/stack-research-group/software/edge-to-cloud-video-processing object_recognizer:latest      
-
-
-deploy-job:  
-  stage: push_to_registry  
-  script:
-    - echo "Deploying application..."
-    - echo "Application successfully deployed."
-- 
GitLab