summaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorJavier Jardón <jjardon@gnome.org>2017-07-14 12:01:38 +0100
committerJavier Jardón <jjardon@gnome.org>2017-07-14 12:01:38 +0100
commitabfe9cc66f6c6ceebcfcf67a2d1a1a6635bf0efe (patch)
tree685bf84bcc21c2720c32527e7fdd0be8fb933323 /.gitlab-ci.yml
parent7135c51af946aff8f304252d77994ac613a93038 (diff)
downloadybd-abfe9cc66f6c6ceebcfcf67a2d1a1a6635bf0efe.tar.gz
.gitlab-ci.yml: Use /cache to put all contents
This is how a runner looks like: $ df -h Filesystem Size Used Avail Use% Mounted on /dev/mapper/docker-252:1-262208-36eaa91b86966a7afa39fbdbe717bdec58bc10efc52e09accd3e8e9ee4038658 10G 144M 9.9G 2% / tmpfs 3.9G 0 3.9G 0% /dev tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup /dev/vda1 79G 1.2G 75G 2% /cache shm 64M 0 64M 0% /dev/shm
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index d2d4566..7fd9761 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -1,5 +1,8 @@
image: debian:jessie
+variables:
+ YBD_base: "/cache/ybd_base"
+
before_script:
- sh ./install_dependencies.sh
- git clone git://git.baserock.org/baserock/baserock/definitions ../definitions