From 74617dcd0589c1b4ca3e9cf6b8c504d0ec1f91f4 Mon Sep 17 00:00:00 2001 From: Matthias Boenig Date: Thu, 23 Nov 2023 11:50:27 +0100 Subject: [PATCH] Update gtrepo.yml - add new step for METS handling Errors occurred particularly in repos with many records or documents without METS files; this has been eliminated. --- .github/workflows/gtrepo.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/gtrepo.yml b/.github/workflows/gtrepo.yml index f685c24..78ec311 100644 --- a/.github/workflows/gtrepo.yml +++ b/.github/workflows/gtrepo.yml @@ -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