[librsvg/librsvg-2.42: 7/17] gitlab-ci: Fix the cargo cache.



commit b2848f6d306423581ed8ee8d2dfb5fbc07373c07
Author: Jordan Petridis <jordanpetridis protonmail com>
Date:   Fri Mar 2 13:01:46 2018 +0200

    gitlab-ci: Fix the cargo cache.

 .gitlab-ci.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index b021565f..6c6cddfa 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -29,7 +29,7 @@ stages:
 
     # Only stuff inside the repo directory can be cached
     # Override the CARGO_HOME variable to force it location
-    - export CARGO_HOME="${PWD}/cargo_cache"
+    - export CARGO_HOME="${PWD}/.cargo_cache"
   script:
     - rustc --version && cargo --version
     - ./autogen.sh --enable-gtk-doc --enable-vala


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