From 9e7631deebb0b244601977d0d9b6e610b1a5324e Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Mon, 27 Jan 2025 13:11:56 +0100 Subject: [PATCH] ci(azure-pipelines): remove debug print step --- .azure-pipelines/templates/service.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.azure-pipelines/templates/service.yaml b/.azure-pipelines/templates/service.yaml index 359190454..d764be972 100644 --- a/.azure-pipelines/templates/service.yaml +++ b/.azure-pipelines/templates/service.yaml @@ -117,8 +117,6 @@ stages: patterns: '**/*' path: '$(Build.Repository.LocalPath)' - ${{ each buildStep in parameters.buildSteps }}: - - script: | - find . - template: ./service/build-step.yaml parameters: service: ${{ parameters.serviceName }}