From cf4340406d7e551557c43debcc6dec8f1603bb4c Mon Sep 17 00:00:00 2001 From: Zachary Wartell <zwartell@uncc.edu> Date: Tue, 11 Feb 2025 16:04:45 -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 1fb3b07..97c2a2b 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -15,7 +15,7 @@ pages: #- cp html/scripts/git-tutorial-troubleshooter .public/scripts/git-tutorial-troubleshooter.sh - pushd .public/git_modules/zjwgi/scripts - chmod u+x ./init-template - - ./init-template -p "null" -r ../../.. + - ./init-template -c "cp -r" -p "null" -r ../../.. - popd - mv .public public artifacts: -- GitLab