From c136e28da3e42db690ddab095d19c7bc48f6ac69 Mon Sep 17 00:00:00 2001 From: Pete Savage Date: Tue, 17 Dec 2024 15:29:40 +0000 Subject: [PATCH] install make yes --- .tekton/clowder-pull-request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.tekton/clowder-pull-request.yaml b/.tekton/clowder-pull-request.yaml index 9d34e9b5b..1179b8213 100644 --- a/.tekton/clowder-pull-request.yaml +++ b/.tekton/clowder-pull-request.yaml @@ -282,7 +282,7 @@ spec: - name: LOCALBIN value: /tmp/bin script: | - set -xe && dnf install make && make test-template + set -xe && dnf install make -y && make test-template volumes: # New volume to store a copy of the source code accessible only to this Task. - name: workdir