From fc5ee7cbc1bc0211b46635cf2ed2c5c10c56c3f5 Mon Sep 17 00:00:00 2001 From: cmoineau <cyril.moineau@cea.fr> Date: Mon, 5 Feb 2024 09:56:42 +0000 Subject: [PATCH] Remove Remove-Item from windows script. --- .gitlab/ci/shared_script.gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab/ci/shared_script.gitlab-ci.yml b/.gitlab/ci/shared_script.gitlab-ci.yml index 1fd1699..59ad557 100644 --- a/.gitlab/ci/shared_script.gitlab-ci.yml +++ b/.gitlab/ci/shared_script.gitlab-ci.yml @@ -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 + -- GitLab