From 88cfac461a5e96eb5b52c000e809a2d20388634d Mon Sep 17 00:00:00 2001 From: Zachary Wartell <zwartell@uncc.edu> Date: Tue, 11 Feb 2025 16:07:00 -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 97c2a2b..a3bf8d8 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