From b0d7e74d69d6c03cd8f98f4af61bff5c1752b3bd Mon Sep 17 00:00:00 2001 From: Pete Savage Date: Tue, 17 Dec 2024 18:42:30 +0000 Subject: [PATCH] new scripts --- .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 9f32c2277..286ed8161 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 && cp /var/workdir/source/* /opt/app-root/src -Rv && cp /var/workdir/manifest.yaml . && cp /var/workdir/deploy-kustomize.yaml . && dnf install make python3.12 diff -y && make build-template && make test-template + set -xe && cp /var/workdir/source/* /opt/app-root/src -Rv && cp /var/workdir/manifest.yaml . && cp /var/workdir/deploy-kustomize.yaml . && dnf install make python3.12 diffutils -y && make build-template && make test-template volumes: # New volume to store a copy of the source code accessible only to this Task. - name: workdir