From ea202ac54175d8460b5175a0bc33ef817b872abe Mon Sep 17 00:00:00 2001 From: Eliise S Date: Wed, 4 Mar 2020 20:43:16 +0000 Subject: [PATCH] Remove outputting available disk space --- azure-pipelines.yaml | 3 --- 1 file changed, 3 deletions(-) diff --git a/azure-pipelines.yaml b/azure-pipelines.yaml index 738c542..085e0fe 100644 --- a/azure-pipelines.yaml +++ b/azure-pipelines.yaml @@ -104,9 +104,6 @@ jobs: artifactName: drop - script: | - # TESTING --- space check - df -h docker stop `docker ps -qa` docker system prune -f --volumes -a - df -h displayName: Clean up docker