From ee244e34a4b8159534aebdf84ce44a4c1cd4440d Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Thu, 6 Feb 2025 18:10:46 +0100 Subject: [PATCH] ci(azure-pipelines): fix template locations contd --- .azure-pipelines/templates/jobs/setup_dependencies.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/templates/jobs/setup_dependencies.yaml b/.azure-pipelines/templates/jobs/setup_dependencies.yaml index 312af5be0..4e4c139ff 100644 --- a/.azure-pipelines/templates/jobs/setup_dependencies.yaml +++ b/.azure-pipelines/templates/jobs/setup_dependencies.yaml @@ -62,7 +62,7 @@ jobs: targetPath: '$(Build.Repository.LocalPath)' # Compile dependencies - - template: ./../steps/make.yaml + - template: ./../../steps/make.yaml parameters: makeJob: dependencies makeService: ${{parameters.serviceName}}