From d11173291ab0d69b20aa24a995160e7076ef3ab8 Mon Sep 17 00:00:00 2001 From: Filippo Ledda Date: Thu, 4 Jul 2024 05:38:14 +0200 Subject: [PATCH] Fix test pipeline --- deployment/codefresh-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deployment/codefresh-test.yaml b/deployment/codefresh-test.yaml index 99fb6c88..672a2b26 100644 --- a/deployment/codefresh-test.yaml +++ b/deployment/codefresh-test.yaml @@ -19,7 +19,7 @@ steps: stage: prepare working_directory: . commands: - - bash cloud-harness/install.sh + - bash install.sh - harness-deployment . -n test-${{NAMESPACE_BASENAME}} -d ${{DOMAIN}} -r ${{REGISTRY}} -rs ${{REGISTRY_SECRET}} -e test --write-env -N -i samples - cat deployment/.env >> ${{CF_VOLUME_PATH}}/env_vars_to_export