From 01920e389e17ee8a5fe30236ed67d9bb5ee20f61 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