From 06b9e3db5e52b249b382cb2ac68ae877c8e7f424 Mon Sep 17 00:00:00 2001
From: = <ihebboussida@gmail.com>
Date: Tue, 15 Oct 2024 10:55:49 +0200
Subject: [PATCH] update .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6cd4734..8d40ab1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,29 +1,9 @@
-build:
-  stage: build
-  image:
-    name: gcr.io/kaniko-project/executor:v1.23.2-debug
-    entrypoint: [""]
-  script:
-    - /kaniko/executor
-      --context "${CI_PROJECT_DIR}"
-      --dockerfile "${CI_PROJECT_DIR}/dockerfile"
-      --destination "${CI_REGISTRY_IMAGE}:${CI_COMMIT_TAG}"
-
-check:
-    stage: build
-    needs:
-      - build
-    script:
-        - echo "${CI_REGISTRY_IMAGE}"
-
 pages:
   image: registry.code.fbi.h-da.de/stihbouss/react-image
   script:
     - npm install 
     - npm run build 
     - cp -r dist/* public
-  needs:
-    - build
   artifacts:
     paths:
       - public
\ No newline at end of file
-- 
GitLab