Skip to content

Commit 0a389d7

Browse files
authored
Merge pull request #320 from carlosms/gitbase-v0.19.0-beta4-bblfsh-v2.11.7
Update gitbase and bblfsh
2 parents 0581198 + 371bbdc commit 0a389d7

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.helm-defaults.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ service:
55
bblfshdServer:
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

4141
gitbaseServer:
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"

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
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:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)