File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55bblfshdServer :
66 image :
77 repository : bblfsh/bblfshd
8- tag : v2.11.6
8+ tag : v2.11.7
99 pullPolicy : IfNotPresent
1010 drivers :
1111 install : true
@@ -36,7 +36,7 @@ bblfshdServer:
3636 tag : v2.5.0
3737 csharp :
3838 repository : bblfsh/csharp-driver
39- tag : v1.2 .0
39+ tag : v1.3 .0
4040
4141gitbaseServer :
4242 # commit defaults to HEAD unless given
@@ -54,7 +54,7 @@ gitbaseServer:
5454 url : https://github.com/src-d/siva-java.git
5555 image :
5656 repository : srcd/gitbase
57- tag : v0.19.0-beta3
57+ tag : v0.19.0-beta4
5858 pullPolicy : IfNotPresent
5959 squashEnable : " true"
6060 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.19.0-beta3
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-beta4
4242 - sleep 15
4343 - GITBASEPG_DB_CONNECTION='root@tcp(localhost:3367)/none' GITBASEPG_INTEGRATION_TESTS=true make test
4444 - script :
Original file line number Diff line number Diff line change @@ -18,5 +18,5 @@ services:
1818 volumes :
1919 - ${GITBASEPG_REPOS_FOLDER}:/opt/repos
2020 bblfsh :
21- image : " bblfsh/bblfshd:v2.11.6 -drivers"
21+ image : " bblfsh/bblfshd:v2.11.7 -drivers"
2222 privileged : true
You can’t perform that action at this time.
0 commit comments