ppodgorsek / docker-robot-framework

Robot Framework in Docker
https://cloud.docker.com/repository/docker/ppodgorsek/robot-framework
MIT License
333 stars 235 forks source link

Permissions on reports folder should only be set if the folder has been created #403

Open ppodgorsek opened 2 years ago

ppodgorsek commented 2 years ago

As the reports folder might have been mounted, it is not guaranteed that its permissions can be changed. (this should be done by the process that runs the container)

It is therefore important to set the permissions only if the reports folder didn't already exist.