Gitlab runner is not able to remove cache files
Notice: This thread is very old.
- Barbarossa
- Member | 74
Hi,
I have problem with deployment using Gitlab runner – Shell. Nette is creating cache files with default chmod 644 with owner www-data (i am using Nginx). This makes gitlab runner failing.
Can I get some advice please how to make this work?
I have some idea:
- use www-data user for gitlab runner?
- use memecahed
- umask 777 on cache directory?
- make Nette creating new cache file as chmod 777
Thanks
Last edited by Barbarossa (2017-05-26 14:02)