From ed7c39b80a87cf62cd694be61dfabd512cdf4a1b Mon Sep 17 00:00:00 2001 From: "Manjali, Revanth (PG/T - Comp Sci & Elec Eng)" <rm02010@surrey.ac.uk> Date: Fri, 24 May 2024 08:47:26 +0000 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 168c4d3..ada2385 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -19,6 +19,4 @@ test: deploy: stage: deploy script: - - echo "Deploying the project..." - - # Add your deployment steps here - + - echo "Deploying the project..." \ No newline at end of file -- GitLab