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:
Martin Gencur 2021-03-19 15:39:53 +01:00 committed by GitHub
parent 431637a1d9
commit 43b669fe9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -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