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'