There was an error while loading. Please reload this page.
1 parent 42e4b83 commit 67599a5Copy full SHA for 67599a5
1 file changed
.github/workflows/deploy.yml
@@ -134,7 +134,6 @@ jobs:
134
- name: cleanup database duplicates
135
run: |
136
export DNAME=dspace${{inputs.INSTANCE}}
137
- export DDBNAME=dspacedb${{inputs.INSTANCE}}
138
139
echo "Stopping DSpace container before database cleanup..."
140
docker stop $DNAME || true
@@ -152,6 +151,7 @@ jobs:
152
151
- name: run database migration
153
154
+ export DDBNAME=dspacedb${{inputs.INSTANCE}}
155
156
echo "Starting DSpace container for migration..."
157
docker start $DNAME
0 commit comments