File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.18.0-beta.3
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
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 @@ -11,7 +11,7 @@ services:
1111 depends_on :
1212 - gitbase
1313 gitbase :
14- image : " srcd/gitbase:v0.18.0-beta.3 "
14+ image : " srcd/gitbase:v0.18.0"
1515 environment :
1616 BBLFSH_ENDPOINT : bblfsh:9432
1717 GITBASE_UNSTABLE_SQUASH_ENABLE : " true"
You can’t perform that action at this time.
0 commit comments