mirror of
https://github.com/tektoncd/catalog.git
synced 2024-11-21 05:55:35 +00:00
Fix for Issue 1219: The git-clone task document about the default value of the userHome parameter is not right
This commit is contained in:
parent
4c92c63e92
commit
c2b35f92ab
@ -102,7 +102,7 @@ spec:
|
||||
* **verbose**: Log the commands that are executed during `git-clone`'s operation. (_default_: true)
|
||||
* **sparseCheckoutDirectories**: Which directories to match or exclude when performing a sparse checkout (_default_: "")
|
||||
* **gitInitImage**: The image providing the git-init binary that this Task runs. (_default_: "gcr.io/tekton-releases/github.com/tektoncd/pipeline/cmd/git-init:TODO")
|
||||
* **userHome**: The user's home directory. (_default_: "/tekton/home")
|
||||
* **userHome**: The user's home directory. (_default_: "/home/git")
|
||||
|
||||
## Results
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user