From 623ee1c3b8257a71a29e47701b943edb61bc5ab4 Mon Sep 17 00:00:00 2001
From: William E Warriner <wwarr@uab.edu>
Date: Wed, 11 Dec 2024 09:30:40 -0600
Subject: [PATCH] Delete .gitlab-ci.yml

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index dfb3080..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,30 +0,0 @@
-build-job:
-    stage: build
-    tags:
-        - rcds
-    script:
-        - echo "Hello, $GITLAB_USER_LOGIN"
-
-test-job1:
-    stage: test
-    tags:
-        - rcds
-    script:
-        - echo "This job tests something"
-
-test-job2:
-    stage: test
-    tags:
-        - rcds
-    script:
-        - echo "This job tests something, but takes more time than test-job1"
-        - echo "Sleeps for 20 seconds"
-        - sleep 20
-
-deploy-prod:
-    stage: deploy
-    tags:
-        - rcds
-    script:
-        - echo "This job deploys something from $CI_COMMIT_BRANCH branch."
-    environment: production
-- 
GitLab