1
0
mirror of https://github.com/tektoncd/catalog.git synced 2024-11-21 05:55:35 +00:00

Change default HOME folder to /home/git so the ssh works fine

This commit is contained in:
jhonis 2022-10-17 19:20:12 -03:00 committed by tekton-robot
parent 81e884bd7b
commit 3af2ad454d

View File

@ -107,7 +107,7 @@ spec:
description: |
Absolute path to the user's home directory.
type: string
default: "/tekton/home"
default: "/home/git"
results:
- name: commit
description: The precise commit SHA that was fetched by this Task.