Skip to content
Snippets Groups Projects
Commit 8aa30b70 authored by Martin Weinelt's avatar Martin Weinelt Committed by Martin Weinelt
Browse files

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

parent 95b133d4
No related branches found
No related tags found
No related merge requests found
...@@ -17,6 +17,7 @@ git clone https://github.com/freifunk-gluon/gluon/ ...@@ -17,6 +17,7 @@ git clone https://github.com/freifunk-gluon/gluon/
cd gluon/contrib/ci/jenkins-community-slave/ cd gluon/contrib/ci/jenkins-community-slave/
docker build -t gluon-jenkins . docker build -t gluon-jenkins .
mkdir /var/cache/openwrt_dl_cache/ mkdir /var/cache/openwrt_dl_cache/
chown 1000:1000 /var/cache/openwrt_dl_cache
docker run --detach --restart always \ docker run --detach --restart always \
-e "SLAVE_NAME=whoareyou" \ -e "SLAVE_NAME=whoareyou" \
-e "SLAVE_SECRET=changeme" \ -e "SLAVE_SECRET=changeme" \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment