From b047d626b726df1d28052ad214140a7d8242da3b Mon Sep 17 00:00:00 2001
From: "Someshwar, Rudra (PG/T - Comp Sci & Elec Eng)" <rs01922@surrey.ac.uk>
Date: Wed, 3 May 2023 12:43:42 +0000
Subject: [PATCH] Delete .gitlab-ci.yml

---
 .gitlab-ci.yml | 25 -------------------------
 1 file changed, 25 deletions(-)
 delete mode 100644 .gitlab-ci.yml

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 70da1ae4..00000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,25 +0,0 @@
-image: docker:latest
-
-services:
-  - docker:dind
-
-stages:
-  - build
-  - test
-
-build:
-  stage: build
-  script:
-    - docker-compose build
-
-sast:
-  stage: test
-  image: registry.gitlab.com/gitlab-org/security-products/sast:latest
-  dependencies:
-    - build
-  script:
-    - docker-compose up -d
-    - /app/bin/run -o /code/output gl-sast --format=gl-container --debug --fail-on=high,unknown
-
-  after_script:
-    - docker-compose down
-- 
GitLab