From 6922e6755e908c211ced2c1dab2216d4b8e0333e Mon Sep 17 00:00:00 2001 From: "shamrao shinde, sumedh" Date: Fri, 6 Dec 2024 11:18:38 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 84df0f6..3160a93 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -70,8 +70,8 @@ stages: displayName: 'List docker images' - script: | - echo "Removing Docker images to clean up..." - docker rmi $(docker images -q) + echo "Removing Docker images to clean up..." + docker rmi $(docker images -q) displayName: 'Clean up Docker Images' continueOnError: true condition: always() @@ -99,7 +99,6 @@ stages: - checkout: self - script: | - ls -lrth echo "##vso[task.setvariable variable=shortCommitSha]$(echo $(Build.SourceVersion) | cut -c1-8)" displayName: 'Set Short Commit SHA'