Skip to content

Commit 0aa494d

Browse files
authored
Merge pull request #308 from carlosms/gitbase-0.19.0-beta3
Update travis and staging to gitbase v0.19.0-beta3
2 parents 4cd040a + 5aebf33 commit 0aa494d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.helm-defaults.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ gitbaseServer:
5151
url: https://github.com/src-d/siva-java.git
5252
image:
5353
repository: srcd/gitbase
54-
tag: v0.18.0
54+
tag: v0.19.0-beta3
5555
pullPolicy: IfNotPresent
5656
squashEnable: "true"
5757
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.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
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)