Skip to content

Commit

Permalink
Pass files separately to unzip
Browse files Browse the repository at this point in the history
  • Loading branch information
jakob-fritz committed Sep 9, 2024
1 parent 2cac396 commit 9367bcb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/gitlab_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,12 +120,11 @@ jobs:
pwd
ls -lah
cd artifacts
unzip -f '*.zip' -d .
find . -type f -name "*.zip" -exec {} unzip ;
ls -lah
rm *.zip
cd ..
ls -lah
find . -type d -name "test_JUWELS"
get_artifacts_from_other_workflow:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 9367bcb

Please sign in to comment.