Skip to content
Snippets Groups Projects
Commit fc5ee7cb authored by Cyril Moineau's avatar Cyril Moineau
Browse files

Remove Remove-Item from windows script.

parent f64c77f9
No related branches found
No related tags found
No related merge requests found
......@@ -95,4 +95,4 @@
- 'curl "https://gitlab.eclipse.org/api/v4/projects/$DependencyId/jobs/artifacts/$BRANCH_TO_PULL/download?job=$DEPENDENCY_JOB" -o build_artifacts.zip'
- Expand-Archive -Path build_artifacts.zip -DestinationPath . -Force
- Remove-Item .\build_cpp\ -Recurse -ErrorAction Ignore
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment