From a515e4f5fba4eb9d9a417025e62b90b185029d2a Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 7 Jul 2017 16:57:22 +0000 Subject: .gitlab-ci.yml: Remove caching as it seems to just add a 20 minute delay --- .gitlab-ci.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d7ff4225..96f5d99a 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,9 +1,5 @@ image: samthursfield/buildstream:0.1-20170627.1 -cache: - paths: - - cache/buildstream/sources/ - before_script: # Update to latest BuildStream commit - cd ~/buildstream @@ -16,11 +12,6 @@ before_script: - export LANG="C.UTF-8" - export LC_ALL="C.UTF-8" - # Store cache in the project directory - - mkdir -p "$(pwd)/cache" - - export XDG_CACHE_HOME="$(pwd)/cache" - - # We are limited to simple CI unless we provide our own GitLab CI runners. stages: - validate -- cgit v1.2.1