remove group write bit to end up with the same we would with umask 022
This should solve the permission issue inside the container image.
This commit is contained in:
parent
eae4ebc122
commit
6d55e5b725
1 changed files with 1 additions and 0 deletions
|
@ -17,6 +17,7 @@ install:
|
|||
- sudo apt-get --yes --no-install-recommends install qemu-user-static
|
||||
before_script:
|
||||
- sudo ./prepare-qemu
|
||||
- chmod -R g-w ./
|
||||
script:
|
||||
- ./build
|
||||
after_success:
|
||||
|
|
Loading…
Reference in a new issue