Skip to content

Commit d36336e

Browse files
committed
Update gitbase to v0.19.0-beta4
Signed-off-by: Carlos Martín <carlos.martin.sanchez@gmail.com>
1 parent 0581198 commit d36336e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.helm-defaults.yml

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

0 commit comments

Comments
 (0)