From 0ae8eddc5bc728f68d552f7372698badd9115b13 Mon Sep 17 00:00:00 2001 From: Sarah Vaupel Date: Sat, 18 Jan 2025 03:38:31 +0100 Subject: [PATCH] ci(azure-pipelines): use basic step script for frontend-compile --- azure-pipelines.yaml | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 2fe6df7c4..45b7be176 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -87,13 +87,8 @@ jobs: IN_CONTAINER: true steps: - checkout: self - - task: Bash@3 - name: frontendCompile - displayName: Compile frontend - inputs: - targetType: inline - script: | - make -- --compile-frontend IN_CONTAINER=true PROJECT_DIR=${PROJECT_DIR} + - name: frontendCompile + script: make -- --compile-frontend IN_CONTAINER=true PROJECT_DIR=${PROJECT_DIR} - task: Bash@3 name: frontendTest displayName: Test frontend