From 90b6ac23646388df18e755ff0783b096761317b0 Mon Sep 17 00:00:00 2001 From: lemoer Date: Thu, 26 Sep 2019 16:05:22 +0200 Subject: [PATCH] use /var/cache in favor of /srv --- contrib/ci/jenkins-community-slave/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/ci/jenkins-community-slave/README.md b/contrib/ci/jenkins-community-slave/README.md index 0ca5b6e9..aebc78e8 100644 --- a/contrib/ci/jenkins-community-slave/README.md +++ b/contrib/ci/jenkins-community-slave/README.md @@ -16,11 +16,11 @@ You can support the gluon CI with your infrastructure: git clone https://github.com/freifunk-gluon/gluon/ cd gluon/contrib/ci/jenkins-community-slave/ docker build -t gluon-jenkins . -mkdir /srv/openwrt_dl_cache/ +mkdir /var/cache/openwrt_dl_cache/ docker run --detach --restart always \ -e "SLAVE_NAME=whoareyou" \ -e "SLAVE_SECRET=changeme" \ - -v /srv/openwrt_dl_cache/:/dl_cache + -v /var/cache/openwrt_dl_cache/:/dl_cache ``` 4. Check whether the instance is running correctly: - Your node should appear [here](https://build.ffh.zone/label/gluon-docker/).