From 5fe7b72c92a4b5e97a351ebaccca42ebba4eb575 Mon Sep 17 00:00:00 2001 From: Pete Savage Date: Tue, 17 Dec 2024 14:42:38 +0000 Subject: [PATCH] Fixed test --- .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 46ebe992e..0c6019ec2 100644 --- a/.tekton/clowder-pull-request.yaml +++ b/.tekton/clowder-pull-request.yaml @@ -319,7 +319,7 @@ spec: value: $(tasks.clone-repository.results.SOURCE_ARTIFACT) runAfter: - build-container - - run-template-tests + - make-template-tests taskSpec: params: - description: The Trusted Artifact URI pointing to the artifact with the application source code.