This commit is contained in:
Tom Alexander
2026-06-19 18:21:15 -04:00
parent 97d5adca56
commit e4503422c0

View File

@@ -7,7 +7,7 @@ spec:
pipeline: "2h0m0s" pipeline: "2h0m0s"
tasks: "1h0m0s" tasks: "1h0m0s"
finally: "0h30m0s" finally: "0h30m0s"
serviceAccountName: build-bot # serviceAccountName: build-bot
taskRunTemplate: taskRunTemplate:
serviceAccountName: build-bot serviceAccountName: build-bot
pipelineSpec: pipelineSpec:
@@ -58,13 +58,16 @@ spec:
value: https://code.fizz.buzz/mirror/git-clone.git # mirror of https://github.com/tektoncd-catalog/git-clone.git value: https://code.fizz.buzz/mirror/git-clone.git # mirror of https://github.com/tektoncd-catalog/git-clone.git
# - name: revision # - name: revision
# value: c3498c69cf6de9583e1c667e723fd8626af1b33c # value: c3498c69cf6de9583e1c667e723fd8626af1b33c
- name: ref - name: revision
value: "v1.7.0" value: "v1.7.0"
- name: pathInRepo - name: pathInRepo
value: task/git-clone/git-clone.yaml value: task/git-clone/git-clone.yaml
workspaces: workspaces:
- name: output - name: output
workspace: git-source workspace: git-source
- name: ssh-directory
secret:
secretName: deployer-key
params: params:
- name: url - name: url
value: $(params.REPO_URL) value: $(params.REPO_URL)