Skip to content

Commit

Permalink
Update gtrepo.yml
Browse files Browse the repository at this point in the history
- add new step for METS handling
Errors occurred particularly in repos with many records or documents without METS files; this has been eliminated.
  • Loading branch information
tboenig authored Nov 23, 2023
1 parent 14941f2 commit 74617dc
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/gtrepo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,14 @@ jobs:

# Bagit

- name: del invalidMets
run: sh -ex scripts/data_mets.sh
shell: bash

- name: make validMets
run: sh -ex scripts/mets.sh
shell: bash

- name: make bagit
run: sh scripts/data_structure.sh
shell: bash
Expand Down

0 comments on commit 74617dc

Please sign in to comment.