From 9a8cec58910d28f27c213d20604e173aca37b5e8 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 5 Feb 2020 17:53:24 -0500 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 6188f71..8bf76fb 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -76,7 +76,7 @@ test: &test no_output_timeout: 1h - run: name: get logs - command: docker-compose -f test/docker-compose.yml + command: docker-compose -f test/docker-compose.yml logs when: always - store_artifacts: path: test-results