From 77cf266ba8b6e378528a4cc0b6f3af055e0c3354 Mon Sep 17 00:00:00 2001
From: "Cole2.Hansen@live.uwe.ac.uk" <cole2.hansen@live.uwe.ac.uk>
Date: Wed, 12 Mar 2025 14:40:57 +0000
Subject: [PATCH] Update .gitlab-ci.yml file

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 6bfeaac..c92f6a7 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -4,7 +4,6 @@ stages:
   - build
 
 before_script:
-  - echo "Using shell: $(ps -o comm= -p $$)"  # Debugging: Check which shell is running
   - apt-get update
   - apt-get install -y software-properties-common which
   - add-apt-repository -y ppa:librazer/dev  # Adds Raylib PPA
-- 
GitLab