File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ gitbaseServer:
5151 url : https://github.com/src-d/siva-java.git
5252 image :
5353 repository : srcd/gitbase
54- tag : v0.18.0
54+ tag : v0.19.0-beta3
5555 pullPolicy : IfNotPresent
5656 squashEnable : " true"
5757 readonly : " true"
Original file line number Diff line number Diff line change 3838 - docker exec -it bblfshd bblfshctl driver install --force javascript docker://bblfsh/javascript-driver:latest
3939 - mkdir $HOME/repos
4040 - git clone https://github.com/src-d/gitbase-web.git $HOME/repos/gitbase-web
41- - docker run -d --name gitbase -p "3367:3306" -e "BBLFSH_ENDPOINT=bblfshd:9432" --volume $HOME/repos:/opt/repos --link bblfshd srcd/gitbase:v0.18.0
41+ - docker run -d --name gitbase -p "3367:3306" -e "BBLFSH_ENDPOINT=bblfshd:9432" --volume $HOME/repos:/opt/repos --link bblfshd srcd/gitbase:v0.19.0-beta3
4242 - sleep 15
4343 - GITBASEPG_DB_CONNECTION='root@tcp(localhost:3367)/none' GITBASEPG_INTEGRATION_TESTS=true make test
4444 - script :
You can’t perform that action at this time.
0 commit comments