Skip to content

Commit

Permalink
linux, not windows
Browse files Browse the repository at this point in the history
  • Loading branch information
MajoBerger authored Nov 7, 2023
1 parent 30464f5 commit 1cc2467
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/import.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
run: |
docker stop dspace-import-db5 || true
DB5PORT=15432
cid=$(docker run -d --name dspace-import-db5 -v $pwd:/dq/scripts -v %cd%/../input/dump:/dq/dump \
cid=$(docker run -d --name dspace-import-db5 -v $pwd:/dq/scripts -v $(pwd)/../input/dump:/dq/dump \
-p 127.0.0.1:$DB5PORT:5432 -e POSTGRES_DB=empty -e POSTGRES_USER=postgres -e POSTGRES_PASSWORD=dspace postgres /bin/bash -c "cd /dq/scripts && ./init.dspacedb5.sh")
echo "cid=$cid" >> $GITHUB_OUTPUT
sleep 10
Expand All @@ -32,4 +32,4 @@ jobs:
run: |
docker stop ${{ steps.import.outputs.cid }} || true
if: ${{ always() }}


0 comments on commit 1cc2467

Please sign in to comment.