From c786ccf5c161ae102f52f0b034e698c5001de745 Mon Sep 17 00:00:00 2001 From: Pablo Martin Date: Tue, 18 Mar 2025 13:44:30 +0100 Subject: [PATCH] remove compile --- .azure-pipelines.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 73dc510..6b32e82 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -21,10 +21,6 @@ steps: dbt deps displayName: 'Install dbt packages' -- script: | - dbt compile - displayName: 'Run dbt compile' - - script: | dbt docs generate displayName: 'Generate dbt docs' \ No newline at end of file