From 8dce2f7f4e0cd29e5ea63a8620d5f12fff062d33 Mon Sep 17 00:00:00 2001 From: Zachary Wartell <zwartell@uncc.edu> Date: Tue, 11 Feb 2025 15:21:47 -0500 Subject: [PATCH] -moving back to gitlab.com, resurrecting .gitlab-ci --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2350447..00ca24b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -7,6 +7,7 @@ pages: - mkdir .public/scripts - git submodule init - git submodule update + - rm -rf www-site/git_modules/zjwgi/.git # no need to deploy - cp -r www-site* .public - git show --no-patch --no-notes --pretty='%cd' $CI_COMMIT_SHA > REVISION.txt #- . ./html/scripts/revision.sed -- GitLab