Update azure-pipelines.yml for Azure Pipelines
This commit is contained in:
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user