From a3fa276c45deffe9238a88d260dd33020702090f Mon Sep 17 00:00:00 2001 From: Zachary Wartell <zwartell@uncc.edu> Date: Tue, 11 Feb 2025 14:44:07 -0500 Subject: [PATCH] -moving back to gitlab.com, resurrecting .gitlab-ci --- .gitlab-ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8c7d2ad..d8e1562 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,8 @@ pages: - cp -r www-site* .public - 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 + #- cp html/scripts/git-tutorial-troubleshooter .public/scripts/git-tutorial-troubleshooter.sh + - pushd .public/www-site/git_modules/zjwgi/scripts; init-template; popd - mv .public public artifacts: paths: -- GitLab