We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6e7aca1 commit 0a0862eCopy full SHA for 0a0862e
task/git-clone/git-clone.yaml
@@ -239,7 +239,7 @@ spec:
239
-submodules="${PARAM_SUBMODULES}" \
240
-depth="${PARAM_DEPTH}" \
241
-sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}" \
242
- -submodulePath="${PARAM_SUBMODULE_PATHS}"
+ -submodulePaths="${PARAM_SUBMODULE_PATHS}"
243
cd "${CHECKOUT_DIR}"
244
RESULT_SHA="$(git rev-parse HEAD)"
245
EXIT_CODE="$?"
0 commit comments