From a5836e270f17cead7187e504c1526b535b4ddf04 Mon Sep 17 00:00:00 2001
From: Zachary Wartell <zwartell@uncc.edu>
Date: Tue, 11 Feb 2025 15:54:05 -0500
Subject: [PATCH] -moving back to gitlab.com, resurrecting .gitlab-ci ...
 bugs...

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

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1fb3b07..e18243c 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ pages:
     - mkdir .public/scripts
     - git submodule init
     - git submodule update
-    - rm -rf www-site/git_modules/zjwgi/.git   # avoid deploying .git in www
+    - rm -rf www-site/git_modules/zjwgi/.git   # avoid deploying .git in www 
     - cp -r www-site/* .public
     - git show --no-patch --no-notes --pretty='%cd' $CI_COMMIT_SHA > REVISION.txt
     - cat REVISION.txt
-- 
GitLab