From 733d6ea218b1b5f094c56f3b2c24d5e268501c0c Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Tue, 21 Jan 2025 15:42:59 +0100 Subject: [PATCH] ci(azure-pipelines): remove debug prints --- azure-pipelines.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 7282c085e..5dee247be 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -103,8 +103,6 @@ jobs: inputs: targetType: inline script: | - make -- frontend/src/env.sass IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR} - cat frontend/src/env.sass make -- --compile-frontend IN_CONTAINER=true IN_CI=true PROJECT_DIR=${PROJECT_DIR} - task: Bash@3 name: frontendTest