Skip to content

Commit

Permalink
Moved file-listing and changed find-command
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Sep 9, 2024
1 parent 946bc94 commit afbc77b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit afbc77b

Please sign in to comment.