Skip to content

[FIX] FileExistsError when trying to create the folder for the env var.

If for some reason there is a file with the same name as the folder we are trying to create to store the image name the CI will show an error, now we need to remove such file so the mkdir can create the folder after.

Merge request reports