This commit is contained in:
2024-04-24 09:31:56 +02:00
parent fae6b2acc0
commit 9e62f9f993
6 changed files with 107 additions and 18 deletions

View File

@@ -228,7 +228,7 @@ spec:
FETCH_CMD=""
if [ $PARAM_DEPTH -gt 0 ];then
FETCH_CMD+="--depth $PARAM_DEPTH"
FETCH_CMD="${FETCH_CMD} --depth $PARAM_DEPTH"
fi
git config --global --add safe.directory "${WORKSPACE_OUTPUT_PATH}"
git config --global --add http.sslVerify "${PARAM_SSL_VERIFY}"