From 87a678b5166bff77018be1292502398e7e0f5983 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Wed, 24 Feb 2021 18:49:08 +0100 Subject: [PATCH] verbosity is always a bigger fish --- kernel-build-debian-task.yaml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/kernel-build-debian-task.yaml b/kernel-build-debian-task.yaml index 476de01..84909c2 100644 --- a/kernel-build-debian-task.yaml +++ b/kernel-build-debian-task.yaml @@ -4,11 +4,6 @@ metadata: name: build-kernel-debian spec: params: - - name: pathToContext - type: string - description: | - Path to where we build our kernel, usually /usr/src/... - default: /usr/src - name: kernel_version type: string - name: make_flags @@ -48,7 +43,7 @@ spec: #!/usr/bin/env bash echo "res.input.ke...path: $(resources.inputs.kernel-configs.path)" echo $PATH - cp $(resources.inputs.kernel-configs.path)/$(params.config) \ + cp -v $(resources.inputs.kernel-configs.path)/$(params.config) \ /usr/src/linux-source-${params.kernel_version}/.config || exit 1 cd /usr/src/linux-source-$(params.kernel_version) #distcc config