fix
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user