From afbc77b92fffee9846ae4cbb5d4f052db4e1ac32 Mon Sep 17 00:00:00 2001 From: Jakob Fritz Date: Mon, 9 Sep 2024 09:03:23 +0200 Subject: [PATCH] Moved file-listing and changed find-command --- .github/workflows/gitlab_ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/gitlab_ci.yml b/.github/workflows/gitlab_ci.yml index 5b4f38269a..9d650c44ed 100644 --- a/.github/workflows/gitlab_ci.yml +++ b/.github/workflows/gitlab_ci.yml @@ -122,10 +122,10 @@ jobs: cd artifacts unzip -f '*.zip' -d . ls -lah - find -type d .. test_JUWELS rm *.zip - ls -lah cd .. + ls -lah + find . -type d "test_JUWELS" get_artifacts_from_other_workflow: runs-on: ubuntu-latest