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