Skip to content

add clean-up script for build machine #216

@iricigor

Description

@iricigor

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    good first issueGood for newcomerstestingTesting needs to be implemented or fixed

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions