From 43b669fe9fb61dd873afaa99e22143dacc886b56 Mon Sep 17 00:00:00 2001 From: Martin Gencur Date: Fri, 19 Mar 2021 15:39:53 +0100 Subject: [PATCH] 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 23649c9a713b027de34c2678010299a7ff84d397. --- test/resources/tekton/kn-pipeline.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/resources/tekton/kn-pipeline.yaml b/test/resources/tekton/kn-pipeline.yaml index 7f12ecfb3..086082411 100644 --- a/test/resources/tekton/kn-pipeline.yaml +++ b/test/resources/tekton/kn-pipeline.yaml @@ -40,6 +40,8 @@ spec: params: - name: url value: "https://github.com/knative/client" + - name: revision + value: "main" - name: buildah-build taskRef: name: buildah