Skip to content

Commit

Permalink
Update config.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rfaircloth-splunk committed Feb 6, 2020
1 parent 62decc2 commit 1e41ab6
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Expand Down

0 comments on commit 1e41ab6

Please sign in to comment.