From 8aa30b70994d499595cd57548fecd65ee26a7f72 Mon Sep 17 00:00:00 2001 From: Martin Weinelt Date: Tue, 7 Apr 2020 15:45:34 +0200 Subject: [PATCH] ci: add chown step to resolve permissions on openwrt dl cache --- contrib/ci/jenkins-community-slave/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/ci/jenkins-community-slave/README.md b/contrib/ci/jenkins-community-slave/README.md index 7d049133..74a32fb5 100644 --- a/contrib/ci/jenkins-community-slave/README.md +++ b/contrib/ci/jenkins-community-slave/README.md @@ -17,6 +17,7 @@ git clone https://github.com/freifunk-gluon/gluon/ cd gluon/contrib/ci/jenkins-community-slave/ docker build -t gluon-jenkins . mkdir /var/cache/openwrt_dl_cache/ +chown 1000:1000 /var/cache/openwrt_dl_cache docker run --detach --restart always \ -e "SLAVE_NAME=whoareyou" \ -e "SLAVE_SECRET=changeme" \