From fff370ddd6ea36b90f901e17cde0e5b5d112b3d2 Mon Sep 17 00:00:00 2001 From: Pete Savage Date: Tue, 17 Dec 2024 15:36:53 +0000 Subject: [PATCH] cd --- .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 1179b8213..3ae7b4cc8 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 -y && make test-template + set -xe && cd /opt/app-root/src && 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