phundament / app

Dockerized Yii2 web application base
http://phundament.com
Other
310 stars 129 forks source link

Fixed permissions issues with GitLab CI runner #205

Open david-sa opened 8 years ago

david-sa commented 8 years ago

Depending on the configuration of the runner (system mode / user mode) the CI jobs could fail to create, write or delete the reports output directories.

It is fixed by previously creating such directories with 777 permisions.

Fixes #203