Merge "[tests] Downgrade postgresql to 9.5 for functional tests"

This commit is contained in:
Felipe Monteiro 2017-10-04 10:00:53 -04:00 committed by Gerrit Code Review
commit 5e6b0bfe5c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ POSTGRES_ID=$(
-e POSTGRES_DB=deckhand \
-e POSTGRES_USER=deckhand \
-e POSTGRES_PASSWORD=password \
postgres:10
postgres:9.5
)
function cleanup {