summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-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