killbill-uncached

.circleci: save Kill Bill logs for debugging Signed-off-by:

3/22/2018 12:35:45 PM

Changes

Details

diff --git a/.circleci/config.yml b/.circleci/config.yml
index ada2982..606fabe 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -139,7 +139,7 @@ jobs:
             set +e
 
             mvn clean install -DskipTests=true
-            nohup ./bin/start-server -s &
+            nohup ./bin/start-server -s > /tmp/test-results/killbill.log 2>&1 &
 
             mkdir -p /home/killbill/killbill-integration-tests
             git clone https://github.com/killbill/killbill-integration-tests.git /home/killbill/killbill-integration-tests