From d0029269f5bc5dfed50676dbf231d34135f88e6a Mon Sep 17 00:00:00 2001 From: Ryan Faircloth Date: Sat, 29 Jun 2019 19:14:33 -0400 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 859f413..cb99b56 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -96,7 +96,7 @@ --build-arg RH_ORG=$RH_ORG - run: name: Docker Compose up - command: docker-compose up --abort-on-container-exit || true + command: docker-compose up --abort-on-container-exit - run: name: Collect test results from Docker Compose command: |