Create missing directories when creating a file
- Jul 27, 2023
-
-
Stéphane Del Pino authored
Actually, even setting files attributes to immutable, CI still succeeds at creating the file. This make the failure test to fail...
-
Stéphane Del Pino authored
Actually since Gitlab CI is running as root, one must use ioctl to make directory immutable. Otherwise, root can create the file which invalidates the test.
-
Stéphane Del Pino authored
This is done when creating files from pgs scripts using - output writers (gnuplot or VTK) - creating raw files
-