Test fix: remove conflicting docker run option

Change-Id: I898589664bcbf4faf2cb61c8eba5d4cbb89b0ca3
This commit is contained in:
Mark Burnett 2017-12-14 09:16:22 -06:00
parent 564b0e08f1
commit b710eb64ec
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ trap cleanup EXIT
POSTGRES_ID=$(
sudo docker run \
--rm \
--detach \
--publish :5432 \
-e POSTGRES_DB=deckhand \