From 952261c4f94e28bf0171a5851df083f54e2ccde2 Mon Sep 17 00:00:00 2001 From: Zachary Wartell <zwartell@uncc.edu> Date: Tue, 11 Feb 2025 15:40:05 -0500 Subject: [PATCH] -moving back to gitlab.com, resurrecting .gitlab-ci ... bugs... --- .gitlab-ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1e16ff8..24c524e 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -8,14 +8,14 @@ pages: - git submodule init - git submodule update - rm -rf www-site/git_modules/zjwgi/.git # no need to deploy - - cp -r www-site* .public + - 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/www-site/git_modules/zjwgi/scripts + - pushd .public/git_modules/zjwgi/scripts - chmod u+x ./init-template - - ./init-template -p www- + - ./init-template -p null -r ../../.. - popd - mv .public public artifacts: -- GitLab