Skip to content
Snippets Groups Projects
Verified Commit 936f3cb5 authored by Andreas Romeyke's avatar Andreas Romeyke
Browse files

- fixed, if run within CI/CD, missed directories created

parent d4c2be02
Branches
Tags
No related merge requests found
Pipeline #7870 passed
......@@ -79,6 +79,7 @@ RETRY:
say "store config in $SLUB::LZA::TA::config_file";
}
my $file = path($SLUB::LZA::TA::config_file);
$file->parent->mkdir();
$file->touch();
$file->chmod("0600");
my $fh = path($SLUB::LZA::TA::config_file)->filehandle({ exclusive => 0 }, ">");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment