ci: add chown step to resolve permissions on openwrt dl cache
This commit is contained in:
parent
95b133d4fd
commit
8aa30b7099
@ -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" \
|
||||
|
Loading…
Reference in New Issue
Block a user