From f5316f17312d60d2a591252d72fc53011870312c Mon Sep 17 00:00:00 2001 From: Zachary Wartell <zwartell@uncc.edu> Date: Tue, 11 Feb 2025 15:42:17 -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 24c524e..5001872 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 -p "null" -r ../../.. - popd - mv .public public artifacts: -- GitLab