From d792d460b1940e06104ebb2a0e31f6b6535d3e9c Mon Sep 17 00:00:00 2001 From: Yury Semikhatsky Date: Wed, 18 Jan 2023 11:31:15 -0800 Subject: [PATCH] devops: delete unuzed pipeline (#1177) --- azure-pipelines.yml | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 azure-pipelines.yml diff --git a/azure-pipelines.yml b/azure-pipelines.yml deleted file mode 100644 index a1a0d01b..00000000 --- a/azure-pipelines.yml +++ /dev/null @@ -1,11 +0,0 @@ -trigger: -- main - -pool: - vmImage: ubuntu-22.04 - -steps: -- script: bash ./scripts/download_driver_for_all_platforms.sh - -- script: mvn -B install -D skipTests --no-transfer-progress - displayName: 'Build & Install'