killbill-memoizeit

circleci: fix db-helper invocation Signed-off-by: Pierre-Alexandre

9/22/2017 8:14:25 AM

Changes

Details

diff --git a/.circleci/config.yml b/.circleci/config.yml
index bf7e391..2c30358 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -51,7 +51,7 @@ jobs:
           key: v1-dependencies-{{ checksum "pom.xml" }}
       - run:
           name: Setup latest DDL
-          command: ./bin/db-helper -a create --driver mysql -u root -p root -t
+          command: ./bin/db-helper -a create --driver mysql -u root -p root -t yes -h 127.0.0.1
       - run: mvn clean install -Plocaltest-mysql
       - run:
           name: Save test results
@@ -76,7 +76,7 @@ jobs:
           key: v1-dependencies-{{ checksum "pom.xml" }}
       - run:
           name: Setup latest DDL
-          command: ./bin/db-helper -a create --driver postgres -u postgres -p postgres -t
+          command: ./bin/db-helper -a create --driver postgres -u postgres -p postgres -t yes
       - run: mvn clean install -Plocaltest-postgresql
       - run:
           name: Save test results