ci: add chown step to resolve permissions on openwrt dl cache

This commit is contained in:
Martin Weinelt 2020-04-07 15:45:34 +02:00
parent 95b133d4fd
commit fbec00b9eb
No known key found for this signature in database
GPG Key ID: BD4AA0528F63F17E

View File

@ -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" \