This commit is contained in:
병준 박 2025-04-15 09:47:53 +00:00
parent f90d7ee523
commit b631bfb4c2

View File

@ -172,6 +172,7 @@ spec:
else
cd "$CLONE_DIR"
git init
chmod -R a+rwX .git
git remote add origin $(params.url)
git pull --depth=$(params.depth) origin master --allow-unrelated-histories
fi