summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 16:57:22 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2017-07-07 16:57:22 +0000
commita515e4f5fba4eb9d9a417025e62b90b185029d2a (patch)
treef3fb68930e733a87fdb0a675561a0d8bd00ca5b6
parent3b12c3318aff86369e9258f580506ee008f626e4 (diff)
downloaddefinitions-a515e4f5fba4eb9d9a417025e62b90b185029d2a.tar.gz
.gitlab-ci.yml: Remove caching as it seems to just add a 20 minute delay
-rw-r--r--.gitlab-ci.yml9
1 files changed, 0 insertions, 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