Addressing code review comments
This commit is contained in:
parent
743df3ae7d
commit
a77ecc3a30
1 changed files with 3 additions and 1 deletions
|
|
@ -6,7 +6,9 @@ setup: checkout-testdata docker-compose-up
|
||||||
checkout-testdata:
|
checkout-testdata:
|
||||||
git submodule init
|
git submodule init
|
||||||
git submodule update
|
git submodule update
|
||||||
# cd ./testdata && git fetch && git checkout master && git pull
|
#
|
||||||
|
checkout-latest-testdata: checkout-testdata
|
||||||
|
cd ./testdata && git fetch && git checkout master && git pull
|
||||||
|
|
||||||
# docker-compose-up will download docker image for each of the databases listed in docker-compose.yaml file, and then it will initialize
|
# docker-compose-up will download docker image for each of the databases listed in docker-compose.yaml file, and then it will initialize
|
||||||
# database with testdata retrieved in previous step.
|
# database with testdata retrieved in previous step.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue