From 35e6646b63fa70608839a78f156c06164f2d2fc7 Mon Sep 17 00:00:00 2001 From: Matt Knop Date: Fri, 8 Nov 2024 15:18:26 -0700 Subject: [PATCH] yep --- .tekton/clowder-pull-request.yaml | 6 +++--- .tekton/clowder-push.yaml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.tekton/clowder-pull-request.yaml b/.tekton/clowder-pull-request.yaml index 211d4d8d1..b99471a3b 100644 --- a/.tekton/clowder-pull-request.yaml +++ b/.tekton/clowder-pull-request.yaml @@ -114,9 +114,6 @@ spec: description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file name: build-args-file type: string - - name: minikube-ssh-key - description: Minikube information. - default: minikube-ssh-key results: - description: "" name: IMAGE_URL @@ -130,6 +127,9 @@ spec: - description: "" name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) + - name: minikube-ssh-key + description: Minikube information. + default: minikube-ssh-key tasks: - name: init params: diff --git a/.tekton/clowder-push.yaml b/.tekton/clowder-push.yaml index 22bb740dd..d1a5858a6 100644 --- a/.tekton/clowder-push.yaml +++ b/.tekton/clowder-push.yaml @@ -104,9 +104,6 @@ spec: description: Path to a file with build arguments for buildah, see https://www.mankier.com/1/buildah-build#--build-arg-file name: build-args-file type: string - - name: minikube-ssh-key - description: Minikube information. - default: minikube-ssh-key results: - description: "" name: IMAGE_URL @@ -120,6 +117,9 @@ spec: - description: "" name: CHAINS-GIT_COMMIT value: $(tasks.clone-repository.results.commit) + - name: minikube-ssh-key + description: Minikube information. + default: minikube-ssh-key tasks: - name: init params: