Skip to content

Commit

Permalink
Update .gitlab-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jeanbez authored Oct 16, 2023
1 parent e1f48f8 commit 6eb37fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ metrics-perlmutter:
- export RESULTS="/global/homes/j/jeanbez/h5bench-ci-metrics/perlmutter/$(date +%s)"
- mkdir -p $RESULTS
- echo "Fetching Darshan log file"
- cp /pscratch/darshanlogs/$(date +%Y)/$(date +%-m)/$(date +%d | sed 's/^0*//')/jeanbez_h5bench* ${RESULTS}
- cp /pscratch/darshanlogs/$(date +%Y)/$(date +%-m)/$(date +%d | sed 's/^0*//')/jeanbez_h5bench* ${RESULTS} 2> /dev/null
- echo "Fetching runtime files"
- cp h5bench-suite-sync.err ${RESULTS}
- cp h5bench-suite-sync.out ${RESULTS}
Expand Down

0 comments on commit 6eb37fd

Please sign in to comment.