mirror of https://github.com/knative/client.git
Pass revision to git-clone Tekton task - fix nightly Tekton tests (#1270)
* Pass revision to git-clone Tekton task
* the branch main branch has been renamed from "master" and the default
value for the git-clone task is no longer valid
* TMP: Test Tekton in-presubmit
* Revert "TMP: Test Tekton in-presubmit"
This reverts commit 23649c9a71.
This commit is contained in:
parent
431637a1d9
commit
43b669fe9f
|
|
@ -40,6 +40,8 @@ spec:
|
||||||
params:
|
params:
|
||||||
- name: url
|
- name: url
|
||||||
value: "https://github.com/knative/client"
|
value: "https://github.com/knative/client"
|
||||||
|
- name: revision
|
||||||
|
value: "main"
|
||||||
- name: buildah-build
|
- name: buildah-build
|
||||||
taskRef:
|
taskRef:
|
||||||
name: buildah
|
name: buildah
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue