Skip to content
Snippets Groups Projects
Commit f761a5ae authored by Lemmer, Jan's avatar Lemmer, Jan
Browse files

Fix missing path

parent 42fd0439
No related branches found
No related tags found
2 merge requests!32Dev/config,!30Fix CI
Pipeline #591918 passed
......@@ -10,6 +10,8 @@ if contains(pwd,'CI_files')
cd .. % move one directory up
end
addpath('CI_files');
% clean up, if previous run failed
try
delete(['CI_files' filesep 'export' filesep '*']);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment