Skip to content

Commit

Permalink
rm gorm/gorm-spqr
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaUnisikhin committed Mar 13, 2024
1 parent 10db65a commit 8446d13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docker/gorm/gorm-spqr
Submodule gorm-spqr deleted from 1421e1
2 changes: 1 addition & 1 deletion docker/gorm/test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
git clone https://github.com/pg-sharding/gorm-spqr.git
cd gorm-spqr/
docker build -t gorm-tests .
docker run -e DB_HOST='localhost' -e DB_PORT=6432 -e DB_USER='spqr-console' -e DB_NAME='spqr-console' --network=host gorm-tests
docker run -e DB_HOST='host.docker.internal' -e DB_PORT=6432 -e DB_USER='spqr-console' -e DB_NAME='spqr-console' --network=host gorm-tests

0 comments on commit 8446d13

Please sign in to comment.