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: