From 1bd4915fa3d131f85cac56b80865e3f2a702f1be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20Jard=C3=B3n?= Date: Mon, 22 May 2017 01:47:27 +0100 Subject: Set cache folder for BuildStream --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 189df0e4..63ad71fa 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -12,6 +12,7 @@ stages: before_script: - export LC_ALL="C.UTF-8" + - export XDG_CACHE_HOME=/cache - dnf install -y git python-devel - export CI_YBD_BRANCH=`[[ "$CI_BUILD_REF_NAME" =~ ^staging/fromybd/ ]] && echo -b ${CI_BUILD_REF_NAME#staging/fromybd/}` - git clone https://gitlab.com/baserock/spec.git -- cgit v1.2.1