From cb6278f8a83aed81dc7b801a85fc4a855ccfa3bf Mon Sep 17 00:00:00 2001 From: Zachary Wartell <zwartell@uncc.edu> Date: Tue, 11 Feb 2025 16:15:46 -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 a3bf8d8..4fb8392 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 -c "cp -r" -p "null" -r ../../.. + - ./init-template -c cp -p "null" -r ../../.. - popd - mv .public public artifacts: -- GitLab