Skip to content

Commit d74c362

Browse files
committed
Use gitbase 0.18 in docker compose and travis
Signed-off-by: Carlos Martín <carlos.martin.sanchez@gmail.com>
1 parent 0d27286 commit d74c362

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- docker exec -it bblfshd bblfshctl driver install --force javascript docker://bblfsh/javascript-driver:latest
4949
- mkdir $HOME/repos
5050
- git clone https://github.com/src-d/gitbase-web.git $HOME/repos/gitbase-web
51-
- docker run -d --name gitbase -p "3367:3306" -e "BBLFSH_ENDPOINT=bblfshd:9432" --volume $HOME/repos:/opt/repos --link bblfshd srcd/gitbase
51+
- 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-beta.1
5252
- sleep 15
5353
- GITBASEPG_DB_CONNECTION='root@tcp(localhost:3367)/none' GITBASEPG_INTEGRATION_TESTS=true make test
5454
- script:

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ services:
1111
depends_on:
1212
- gitbase
1313
gitbase:
14-
image: "srcd/gitbase:v0.17.1"
14+
image: "srcd/gitbase:v0.18.0-beta.1"
1515
environment:
1616
BBLFSH_ENDPOINT: bblfsh:9432
1717
GITBASE_UNSTABLE_SQUASH_ENABLE: "true"
1818
volumes:
1919
- ${GITBASEPG_REPOS_FOLDER}:/opt/repos
2020
bblfsh:
21-
image: "bblfsh/bblfshd:v2.9.0-drivers"
21+
image: "bblfsh/bblfshd:v2.9.2-drivers"
2222
privileged: true

0 commit comments

Comments
 (0)