Skip to content
Snippets Groups Projects
Commit 44e50f05 authored by michael.minelli's avatar michael.minelli
Browse files

Move result volume into project directory (don't need to copy folders anymore)

parent b15610e2
No related branches found
No related tags found
No related merge requests found
Pipeline #25644 passed
...@@ -98,13 +98,7 @@ import Config from './config/Config'; ...@@ -98,13 +98,7 @@ import Config from './config/Config';
// Step 6: Check content requirements and content size // Step 6: Check content requirements and content size
// Step 7: Upload and show the results // Step 7: Upload and show the results
// Step 8: Exit with container exit code // Step 8: Exit with container exit code
fs.copySync(Config.folders.resultsVolume, Config.folders.artifacts, {
overwrite : true,
preserveTimestamps: true
});
process.exit(containerExitStatus[0]); process.exit(containerExitStatus[0]);
})(); })();
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment