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:
Stefan Agner 2019-01-24 15:51:51 +01:00
parent eae4ebc122
commit 6d55e5b725
1 changed files with 1 additions and 0 deletions

View File

@ -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: