From b4ebdf21351dd156c117832f56753c97a1450e74 Mon Sep 17 00:00:00 2001 From: Ben Brown Date: Tue, 17 Oct 2017 12:04:11 +0100 Subject: Remove ybd cache to ensure buildstream tasks have enough disk space --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) (limited to '.gitlab-ci.yml') diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 78dee025..eaa455c8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -67,6 +67,9 @@ variables: fi cat ~/.config/buildstream.conf + # Nuke ybd cache to ensure buildstream tasks have enough disk space. + - rm -rf "${YBD_base}" + stages: - preprocess - build-1 -- cgit v1.2.1