diff options
Diffstat (limited to 'scripts/ci-cleanup.sh')
| -rwxr-xr-x | scripts/ci-cleanup.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/scripts/ci-cleanup.sh b/scripts/ci-cleanup.sh new file mode 100755 index 0000000..df3b68f --- /dev/null +++ b/scripts/ci-cleanup.sh | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | #! /bin/bash | ||
| 2 | |||
| 3 | set -e | ||
| 4 | |||
| 5 | export SSTATE_CACHE_DIR=/home/srv/sstate/master | ||
| 6 | |||
| 7 | ./poky/scripts/sstate-cache-management.sh -d -y | ||
