Update azure-pipelines.yml for Azure Pipelines

This commit is contained in:
shamrao shinde, sumedh
2024-12-06 11:18:38 +00:00
parent e21529e2a2
commit 6922e6755e

View File

@@ -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'