Skip to content

Commit

Permalink
[devOps] import/erase workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jm committed Nov 7, 2023
1 parent 144ee5a commit 7e2b49a
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ jobs:
cd ../src
# cleanup resume
rm __temp/resume/*.json || true
python repo_import.py --resume=false \
--config=backend.endpoint=http://dev-5.pc:88/server/api/ \
--config=db_dspace_7.port=5438 \
--config=db_dspace_5.port=$DB5PORT \
--config=db_utilities_5.port=$DB5PORT
# python repo_import.py --resume=false \
# --config=backend.endpoint=http://dev-5.pc:88/server/api/ \
# --config=db_dspace_7.port=5438 \
# --config=db_dspace_5.port=$DB5PORT \
# --config=db_utilities_5.port=$DB5PORT
- name: cleanup
run: |
Expand Down

0 comments on commit 7e2b49a

Please sign in to comment.