Skip to content

Commit 5140eee

Browse files
committed
Fix migration problems
1 parent 3e0016a commit 5140eee

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,7 @@ jobs:
102102
run: |
103103
export DDBNAME=dspacedb${{inputs.INSTANCE}}
104104
echo "Cleaning up duplicate entries after data import..."
105+
chmod +x ./build-scripts/run/cleanup-db-duplicates.sh
105106
./build-scripts/run/cleanup-db-duplicates.sh ${{inputs.INSTANCE}}
106107
107108
- name: run database migration

0 commit comments

Comments
 (0)