Skip to content

Commit

Permalink
Clear disk space before building
Browse files Browse the repository at this point in the history
  • Loading branch information
awesomebytes committed Apr 13, 2020
1 parent b4a035a commit 87fd8db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
docker_image_name: pepper_os_image

steps:
- script: docker system prune -a -f
displayName: 'clear disk space'
- script: docker build --network host -f Dockerfile -t $(DockerHub_user)/$(docker_image_name):$(Build.BuildId) .
displayName: 'docker build'
# This means up to 6h
Expand Down

0 comments on commit 87fd8db

Please sign in to comment.