From 5ab0b79fa548a02bbd6cb915fccf8e138646eaaa Mon Sep 17 00:00:00 2001
From: Nhan Luong <nhan.luongnguyen@vn.bosch.com>
Date: Tue, 7 Jan 2025 03:26:57 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bce7f63..e12c723 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -30,13 +30,6 @@ build-hugo:
   artifacts:
     paths:
       - public
-  resources:
-    requests:
-      memory: 1Gi
-      cpu: 500m
-    limits:
-      memory: 1.5Gi
-      cpu: 750m
 
 push-modification:
   extends: .ef-git
@@ -65,10 +58,3 @@ push-modification:
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
       # when: manual 
     - if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH && $CI_PIPELINE_SOURCE == "schedule"
-  resources:
-    requests:
-      memory: 500Mi
-      cpu: 250m
-    limits:
-      memory: 1Gi
-      cpu: 500m
-- 
GitLab