From 1e41ab6f22904190feed0aff62b71c36e180ea29 Mon Sep 17 00:00:00 2001 From: rfaircloth-splunk Date: Wed, 5 Feb 2020 21:47:47 -0500 Subject: [PATCH] Update config.yml --- .circleci/config.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index c803fa5..b107337 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -72,8 +72,14 @@ test: &test command: | docker-compose -f tests/docker-compose.yml pull docker-compose -f tests/docker-compose.yml up --abort-on-container-exit - docker cp tests_results:/* test-results/ no_output_timeout: 1h + - run: + name: collect results + command: | + docker container create --name dummy \ + -v sc4s-tests_results:/work/test-results \ + registry.access.redhat.com/ubi7/ubi + docker cp dummy:/* test-results/ - store_artifacts: path: test-results destination: apptest-${SYSLOG}-${SPLUNK}