Skip to content

Commit 0a0862e

Browse files
MartinBastivdemeester
authored andcommitted
fix(task): fix param
submodulePath was replaced with submodulePaths (plural) without reflecting the change in tekton task Signed-off-by: Martin Basti <[email protected]>
1 parent 6e7aca1 commit 0a0862e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

task/git-clone/git-clone.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ spec:
239239
-submodules="${PARAM_SUBMODULES}" \
240240
-depth="${PARAM_DEPTH}" \
241241
-sparseCheckoutDirectories="${PARAM_SPARSE_CHECKOUT_DIRECTORIES}" \
242-
-submodulePath="${PARAM_SUBMODULE_PATHS}"
242+
-submodulePaths="${PARAM_SUBMODULE_PATHS}"
243243
cd "${CHECKOUT_DIR}"
244244
RESULT_SHA="$(git rev-parse HEAD)"
245245
EXIT_CODE="$?"

0 commit comments

Comments
 (0)