We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f22c966 commit 7d0feadCopy full SHA for 7d0fead
.travis.yml
@@ -23,6 +23,7 @@ before_install:
23
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
24
- docker pull s1hofmann/nut-ci:latest
25
- docker run -it -d --name nut-ci --user $(id -u):$(id -g) -v ${PWD}:${PWD}:rw s1hofmann/nut-ci:latest bash
26
+ - docker exec --user 0 nut-ci chown -R $(id -u):$(id -g) /opt
27
28
install: true
29
0 commit comments