Skip to content
#

key-vault

Here are 40 public repositories matching this topic...

azmitool
iricigor
iricigor commented Oct 20, 2020

Build machine is getting disk full from time to time.
The biggest problem is this directory: /home/builder/cache_dotnet_bundle_extract/azmi

Write some short script, like:

df -h
du <cachefolder>
if [[ "$(pipeline_variable)" == "delete" ]]; then rm -rf <cachefolder>; fi

df
du

And schedule is at pipeline

good first issue testing

Improve this page

Add a description, image, and links to the key-vault topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the key-vault topic, visit your repo's landing page and select "manage topics."

Learn more