[libpeas/alatiera/ccache] wip try manually exporting the ccache basedir



commit 89ef92eeba6e8fdbff171cd555d54b7f09c017ac
Author: Jordan Petridis <jpetridis gnome org>
Date:   Tue Aug 6 20:33:40 2019 +0300

    wip try manually exporting the ccache basedir

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 8fe66ad..9170801 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,7 +7,7 @@ stages:
   stage: 'build'
   variables:
     CCACHE_BASEDIR: "${CI_PROJECT_DIR}"
-    CCACHE_DIR: "${CCACHE_BASEDIR}/_ccache"
+    CCACHE_DIR: "${CI_PROJECT_DIR}/_ccache"
     DEPS: >-
       gcc
       ccache


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]