From c3918978370d9e5a4bb759c8e6865e223ee9deb5 Mon Sep 17 00:00:00 2001 From: Zachary Wartell <zwartell@uncc.edu> Date: Tue, 11 Feb 2025 16:30:44 -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 4fb8392..aaa7106 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