Skip to content

Commit 7d0fead

Browse files
committed
(#62) Adjusted permissions for install in container
1 parent f22c966 commit 7d0fead

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ before_install:
2323
- sudo apt-get -y -o Dpkg::Options::="--force-confnew" install docker-ce
2424
- docker pull s1hofmann/nut-ci:latest
2525
- 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
2627

2728
install: true
2829

0 commit comments

Comments
 (0)