From 905787af2ba5b0d0d4b76d49a2cf14c03749648b Mon Sep 17 00:00:00 2001 From: Pete Savage Date: Tue, 17 Dec 2024 15:24:45 +0000 Subject: [PATCH] install make --- .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 9cd713c51..9d34e9b5b 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 && make test-template + set -xe && dnf install make && make test-template volumes: # New volume to store a copy of the source code accessible only to this Task. - name: workdir