From 5163c1db03fbd44b6bc4f88fc1feb0d574d9f626 Mon Sep 17 00:00:00 2001 From: Kiranteja623 <100252762+Kiranteja623@users.noreply.github.com> Date: Thu, 23 Feb 2023 21:55:49 +0530 Subject: [PATCH] Update azure-pipelines.yaml for Azure Pipelines --- azure-pipelines.yaml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 26fa1564c..261b6bf80 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -7,10 +7,6 @@ jobs: - job: myjob displayName: myjob steps: - - script: sudo apt update - - script: sudo apt install openjdk-17-jdk -y - - script: sudo apt install maven -y - - script: sudo apt install git -y - task: Maven@3 inputs: mavenPOMFile: 'pom.xml'