From 1a8225979ad2451afd6d4f966b98cb2984f02d6b Mon Sep 17 00:00:00 2001
From: Zachary Wartell <zwartell@uncc.edu>
Date: Tue, 11 Feb 2025 14:53:00 -0500
Subject: [PATCH] -moving back to gitlab.com, resurrecting .gitlab-ci

---
 .gitlab-ci.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index bbe2eff..e5fee74 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -11,7 +11,9 @@ pages:
     - git show --no-patch --no-notes --pretty='%cd' $CI_COMMIT_SHA > REVISION.txt
     #- . ./html/scripts/revision.sed
     #- cp html/scripts/git-tutorial-troubleshooter .public/scripts/git-tutorial-troubleshooter.sh
-    - pushd .public/www-site/git_modules/zjwgi/scripts; init-template; popd
+    - pushd .public/www-site/git_modules/zjwgi/scripts
+    - init-template
+    - popd
     - mv .public public
   artifacts:
     paths:
-- 
GitLab