File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ gitbaseServer:
51
51
url : https://github.com/src-d/siva-java.git
52
52
image :
53
53
repository : srcd/gitbase
54
- tag : v0.18.0
54
+ tag : v0.19.0-beta3
55
55
pullPolicy : IfNotPresent
56
56
squashEnable : " true"
57
57
readonly : " true"
Original file line number Diff line number Diff line change 38
38
- docker exec -it bblfshd bblfshctl driver install --force javascript docker://bblfsh/javascript-driver:latest
39
39
- mkdir $HOME/repos
40
40
- 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
42
42
- sleep 15
43
43
- GITBASEPG_DB_CONNECTION='root@tcp(localhost:3367)/none' GITBASEPG_INTEGRATION_TESTS=true make test
44
44
- script :
You can’t perform that action at this time.
0 commit comments