From a30462b2728580346b691d885141c396e293c98e Mon Sep 17 00:00:00 2001 From: Zachary Wartell <zwartell@uncc.edu> Date: Tue, 11 Feb 2025 15:26:44 -0500 Subject: [PATCH] -moving back to gitlab.com, resurrecting .gitlab-ci ... bugs... --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7ac5de6..1e16ff8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,9 +10,10 @@ pages: - 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 + - cat REVISION.txt #- . ./html/scripts/revision.sed #- cp html/scripts/git-tutorial-troubleshooter .public/scripts/git-tutorial-troubleshooter.sh - - pushd .public/git_modules/zjwgi/scripts + - pushd .public/www-site/git_modules/zjwgi/scripts - chmod u+x ./init-template - ./init-template -p www- - popd -- GitLab